2013-01-17 13:56:05 +01:00
|
|
|
defaults: &defaults
|
2014-03-24 12:45:04 +01:00
|
|
|
# The sender address of emails
|
|
|
|
|
devise_mail_sender: no-reply@localhost
|
2013-01-17 13:56:05 +01:00
|
|
|
# The hostname to be used when building the URL in the emails
|
|
|
|
|
url_for_emails: localhost:3000
|
2014-03-24 12:45:04 +01:00
|
|
|
# A secret key. You can generate one with 'rake secret'
|
|
|
|
|
devise_secret_key: 12345
|
2014-04-11 12:32:15 +02:00
|
|
|
# errbit configuration, get your own instance: https://github.com/errbit/errbit
|
|
|
|
|
#errbit_key: 123456789101112131415
|
|
|
|
|
#errbit_host: errbit.exmaple.com
|
2013-01-17 13:56:05 +01:00
|
|
|
|
|
|
|
|
development:
|
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
|
|
production:
|
|
|
|
|
<<: *defaults
|