Skip to content

Commit

Permalink
Merge branch 'prod-secret-info' of https://github.com/michalmuskala/p…
Browse files Browse the repository at this point in the history
…hoenix into michalmuskala-prod-secret-info
  • Loading branch information
chrismccord committed Jun 16, 2016
2 parents 36ae083 + 07b7b3f commit fc1b1af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/templates/new/config/prod.secret.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ use Mix.Config
# In this file, we keep production configuration that
# you likely want to automate and keep it away from
# your version control system.
#
# You should most probably 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 you later on).
config :<%= application_name %>, <%= application_module %>.Endpoint,
secret_key_base: "<%= prod_secret_key_base %>"

0 comments on commit fc1b1af

Please sign in to comment.