move more configs to runtime
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user