Current section

Files

Jump to
phx_new templates phx_umbrella config prod.exs
Raw

templates/phx_umbrella/config/prod.exs

use Mix.Config
# Do not print debug messages in production
config :logger, level: :info
# Finally import the config/prod.secret.exs which loads secrets
# and configuration from environment variables.
import_config "prod.secret.exs"