Skip to content

Commit

Permalink
Add secret token for staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
enricostano committed Jan 31, 2018
1 parent 325ce21 commit 0d44fa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ development:
test:
secret_key_base: fde628fa241d74a55d7b0fc8fe1b650091e296d6a4d1e51beba3bfa2ed5c143801c28aaadf318aaefc4423bca781f9715441298052b4f704a8c44f97968feb00

staging:
secret_key_base: <%= ENV['SECRET_TOKEN'] %>

production:
secret_key_base: <%= ENV['SECRET_TOKEN'] %>

0 comments on commit 0d44fa9

Please sign in to comment.