From ccdb28cb80057b06031e526b8829dccff94c9f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sat, 9 Jun 2018 13:29:21 +0200 Subject: [PATCH] Clarify command to run to generate secrets --- config/secrets.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/secrets.example.yml b/config/secrets.example.yml index dfeec2e..dadd53b 100644 --- a/config/secrets.example.yml +++ b/config/secrets.example.yml @@ -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"