osem-fcy/config/config.yml.example
2014-04-10 23:01:09 +02:00

16 lines
360 B
Text

defaults: &defaults
# The sender address of emails
devise_mail_sender: no-reply@localhost
# 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'
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults