Add staging to secrets.yml

This commit is contained in:
Ari Timonen 2020-04-11 15:57:37 +03:00
parent ffb9a6d688
commit 3e22b06f30

View file

@ -6,3 +6,6 @@ test:
production:
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
staging:
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>