Adding missing character

I think there was a missing character on this line.
This commit is contained in:
LucasCioffi
2019-07-19 16:10:12 -04:00
committed by GitHub
parent 1ad2b94046
commit ff28501eb0

View File

@@ -45,7 +45,7 @@ This tutorial assumes that you have already managed to clone CONSUL on your mach
6. Now, generate a secret key and save it to an ENV variable named SECRET\_KEY\_BASE using 6. Now, generate a secret key and save it to an ENV variable named SECRET\_KEY\_BASE using
``` ```
heroku config:set SECRET_KEY_BASE=`ruby -rsecurerandom -e "puts SecureRandom.hex(64)" heroku config:set SECRET_KEY_BASE=`ruby -rsecurerandom -e "puts SecureRandom.hex(64)"`
``` ```
You need to let the app know where the secret key is stored by adding a link to the ENV variable in _config/secrets.yml_ You need to let the app know where the secret key is stored by adding a link to the ENV variable in _config/secrets.yml_