This commit is contained in:
Christian Bruckmayer 2014-04-10 21:03:15 +00:00
commit 29bfaf6293

View file

@ -4,7 +4,7 @@ defaults: &defaults
# The hostname to be used when building the URL in the emails
url_for_emails: localhost:3000
# A secret key. You can generate one with 'rake secret'
devise_secret_key: 12345
devise_secret_key: '12345'
development:
<<: *defaults