move more configs to runtime

This commit is contained in:
2022-02-07 19:28:40 -05:00
parent da3a8c15dd
commit be8d3be4b3
4 changed files with 29 additions and 33 deletions

View File

@ -2,9 +2,6 @@ import Config
# Configure your database
config :cannery, Cannery.Repo,
url:
System.get_env("DATABASE_URL") ||
"ecto://postgres:postgres@localhost/cannery_dev",
show_sensitive_data_on_connection_error: true,
pool_size: 10