mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
name: OSEM
|
||||
# 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
|
||||
url_for_emails: "localhost:3000"
|
||||
# errbit configuration, get your own instance: https://github.com/errbit/errbit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue