missing secrets in staging env

This commit is contained in:
Jalil Arfaoui 2015-09-02 09:08:35 +01:00
parent bcbb14fac4
commit 3992f2d4e5

View file

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