Adds quotes around devise_secret_key
This commit is contained in:
parent
2831ccdde0
commit
4f785f04ef
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ defaults: &defaults
|
||||||
# The hostname to be used when building the URL in the emails
|
# The hostname to be used when building the URL in the emails
|
||||||
url_for_emails: localhost:3000
|
url_for_emails: localhost:3000
|
||||||
# A secret key. You can generate one with 'rake secret'
|
# A secret key. You can generate one with 'rake secret'
|
||||||
devise_secret_key: 12345
|
devise_secret_key: '12345'
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue