21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-04 17:55:11 +02:00

Clarify command to run to generate secrets

This commit is contained in:
Jérémy Lecour 2018-06-09 13:29:21 +02:00
parent 1f60e96e14
commit ccdb28cb80

View file

@ -1,5 +1,5 @@
development: development:
secret_key_base: "run rails secret and paste the result here" secret_key_base: "run `bundle exec rails secret` and paste the result here"
test: test:
secret_key_base: "run rails secret and paste the result here" secret_key_base: "run `bundle exec rails secret` and paste the result here"