Skip to content

Commit

Permalink
fix missing brackets in secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanet committed May 8, 2016
1 parent f1a1d13 commit 6d67431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ production:
<<: *defaults

# For rails cookies
secret_key_base: ENV['RAILS_SECRET_KEY_BASE']
secret_key_base: <%= ENV['RAILS_SECRET_KEY_BASE'] %>

# For devise login tokens
devise_secret_key: ENV['DEVISE_SECRET']
devise_secret_key: <%= ENV['DEVISE_SECRET'] %>

# Leave the variables' names empty, unless you use the providers, in which case you need to
# register your applicaton and add the actual keys.
Expand Down

0 comments on commit 6d67431

Please sign in to comment.