osem-fcy/config/config.yml.example

20 lines
475 B
Text
Raw Normal View History

defaults: &defaults
2014-04-23 15:45:55 +02:00
# The name of your instance
name: OSEM
# The sender address of emails
2014-04-23 15:05:56 +02:00
devise_mail_sender: "no-reply@localhost"
# 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
#errbit_key: See config/secrets.yml
2014-04-11 12:32:15 +02:00
#errbit_host: errbit.exmaple.com
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults