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

@ -11,10 +11,6 @@ import Config
# before starting your production server.
config :cannery, CanneryWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json"
config :cannery, Cannery.Repo,
url: "ecto://postgres:postgres@localhost/cannery",
pool_size: 10
config :cannery, Cannery.Application, automigrate: true
# Do not print debug messages in production