Fix email from config variable. Fixes #446
This commit is contained in:
parent
b89432aff7
commit
63cf8e784a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ defaults: &defaults
|
||||||
# The name of your instance
|
# The name of your instance
|
||||||
name: OSEM
|
name: OSEM
|
||||||
# The sender address of emails
|
# The sender address of emails
|
||||||
devise_mail_sender: "no-reply@localhost"
|
sender_for_emails: "no-reply@localhost"
|
||||||
# The hostname to be used when building the URL in the emails
|
# The hostname to be used when building the URL in the emails
|
||||||
url_for_emails: "localhost:3000"
|
url_for_emails: "localhost:3000"
|
||||||
# errbit configuration, get your own instance: https://github.com/errbit/errbit
|
# errbit configuration, get your own instance: https://github.com/errbit/errbit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue