Configure secrets at runtime in prod release

This commit is contained in:
Jyri Genral
2021-05-19 21:55:50 +03:00
parent 0d7aa796ce
commit 1fea5fd9f7
2 changed files with 3 additions and 3 deletions

View File

@@ -52,4 +52,4 @@ config :logger, level: :info
# Finally import the config/prod.secret.exs which loads secrets
# and configuration from environment variables.
import_config "prod.secret.exs"
# import_config "prod.secret.exs" # removed for using runtime configuration