Current section

Files

Jump to
phx_new templates phx_single config prod.secret.exs
Raw

templates/phx_single/config/prod.secret.exs

use Mix.Config
# In this file, we keep production configuration that
# you'll likely want to automate and keep away from
# your version control system.
#
# You should document the content of this
# file or create a script for recreating it, since it's
# kept out of version control and might be hard to recover
# or recreate for your teammates (or yourself later on).
config :<%= app_name %>, <%= endpoint_module %>,
secret_key_base: "<%= prod_secret_key_base %>"