docs/code-samples/community/serving/helloworld-elixir/config/prod.secret.exs.sample

13 lines
440 B
Plaintext

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 :hello, HelloWeb.Endpoint,
secret_key_base: "SECRET+KEY+BASE"