Updated default sender address
Signed-off-by: Joar Wandborg <git@wandborg.com>
This commit is contained in:
parent
07a3a69cd4
commit
8a6a81bcaa
@ -14,7 +14,7 @@ queuestore_base_dir = %(here)s/user_dev/media/queue
|
||||
publicstore_base_dir = %(here)s/user_dev/media/public
|
||||
publicstore_base_url = /mgoblin_media/
|
||||
direct_remote_path = /mgoblin_static/
|
||||
email_sender_address = "notice@mediagoblin.org"
|
||||
email_sender_address = "notice@mediagoblin.example.org"
|
||||
## Uncomment this to put some user-overriding templates here
|
||||
#local_templates = %(here)s/user_dev/templates/
|
||||
|
||||
|
@ -142,7 +142,7 @@ def paste_app_factory(global_config, **app_config):
|
||||
public_store=public_store, queue_store=queue_store,
|
||||
staticdirector=staticdirector,
|
||||
email_sender_address=app_config.get('email_sender_address',
|
||||
'notice@medigoblin.org'),
|
||||
'notice@mediagoblin.example.org'),
|
||||
user_template_path=app_config.get('local_templates'))
|
||||
|
||||
return mgoblin_app
|
||||
|
@ -84,7 +84,7 @@ def setup_self(setup_globals_func=setup_globals):
|
||||
public_store=public_store,
|
||||
email_sender_address=mgoblin_section.get(
|
||||
'email_sender_address',
|
||||
'notice@mediagoblin.org'),
|
||||
'notice@mediagoblin.example.org'),
|
||||
queue_store=queue_store)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user