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
|
@ -6,3 +6,6 @@ test:
|
|||
|
||||
production:
|
||||
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
||||
|
||||
staging:
|
||||
secret_key_base: <%= ENV["APP_SECRET_KEY_BASE"] %>
|
Loading…
Reference in a new issue