2013-01-17 13:56:05 +01:00
|
|
|
defaults: &defaults
|
2014-04-23 15:45:55 +02:00
|
|
|
# The name of your instance
|
|
|
|
|
name: OSEM
|
2014-03-24 12:45:04 +01:00
|
|
|
# The sender address of emails
|
2014-04-23 15:05:56 +02:00
|
|
|
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
|
2014-04-23 15:05:56 +02:00
|
|
|
url_for_emails: "localhost:3000"
|
2014-04-11 12:32:15 +02:00
|
|
|
# errbit configuration, get your own instance: https://github.com/errbit/errbit
|
2014-05-12 18:32:26 +02:00
|
|
|
#errbit_key: See config/secrets.yml
|
2014-04-11 12:32:15 +02:00
|
|
|
#errbit_host: errbit.exmaple.com
|
2013-01-17 13:56:05 +01:00
|
|
|
|
|
|
|
|
development:
|
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
|
|
production:
|
|
|
|
|
<<: *defaults
|