Current section

Files

Jump to
phx_new templates phx_umbrella apps app_name_web config prod.secret.exs
Raw

templates/phx_umbrella/apps/app_name_web/config/prod.secret.exs

secret_key_base =
System.get_env("SECRET_KEY_BASE") ||
raise """
environment variable SECRET_KEY_BASE is missing.
You can generate one by calling: mix phx.gen.secret
"""
config :<%= web_app_name %>, <%= endpoint_module %>,
http: [:inet6, port: String.to_integer(System.get_env("PORT") || "4000")],
secret_key_base: secret_key_base