mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
* use letter_opener for mails in development * bring back the flash * fix redirect loop for logging in * move all mailer/devise settings to config/config.yml
16 lines
359 B
Text
16 lines
359 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
|