mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Add staging to secrets.yml
This commit is contained in:
parent
ffb9a6d688
commit
3e22b06f30
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
||||||
development:
|
development:
|
||||||
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
||||||
|
|
||||||
test:
|
test:
|
||||||
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
||||||
|
|
||||||
production:
|
production:
|
||||||
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
||||||
|
|
||||||
|
staging:
|
||||||
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
Loading…
Reference in a new issue