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
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
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:
secret_key_base: "run rails secret and paste the result here"
secret_key_base: "run `bundle exec rails secret` and paste the result here"