Add secrets file

This commit is contained in:
1resu 2021-12-18 18:07:32 +01:00
parent f92c925434
commit 7be9d11ce5

8
config/secrets.yml Normal file
View file

@ -0,0 +1,8 @@
development:
secret_key_base:
test:
secret_key_base:
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>