missing secrets in staging env
This commit is contained in:
parent
bcbb14fac4
commit
3992f2d4e5
1 changed files with 3 additions and 0 deletions
|
|
@ -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"] %>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue