Fixes for dynamic configuration
This commit is contained in:
parent
ba584364e9
commit
32320c1ee9
5 changed files with 8 additions and 7 deletions
|
|
@ -64,5 +64,5 @@ config :logger, level: :warn
|
|||
# which should be versioned separately.
|
||||
import_config "prod.secret.exs"
|
||||
|
||||
if File.exists?("./config/prod.migrated.secret.exs"),
|
||||
do: import_config("./config/prod.migrated.secret.exs")
|
||||
if File.exists?("./config/prod.exported_from_db.secret.exs"),
|
||||
do: import_config("prod.exported_from_db.secret.exs")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue