Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Added secret_key_base to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Apr 11, 2016
1 parent 04ebd1f commit 664c783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/secrets.yml
Expand Up @@ -18,5 +18,8 @@ test:

# Do not keep production secrets in the repository,
# instead read values from the environment.
staging:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>

production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>

0 comments on commit 664c783

Please sign in to comment.