Adjust the MM2 configuration
This commit is contained in:
parent
a65ead77b1
commit
0c7a78cba0
1 changed files with 10 additions and 0 deletions
|
@ -47,6 +47,9 @@ MM_AUTHENTICATION = 'fas'
|
|||
# to be recognized as an admin.
|
||||
ADMIN_GROUP = ('sysadmin-main', 'sysadmin-web')
|
||||
|
||||
# Email of the admin to which send notification or error
|
||||
ADMIN_EMAIL = 'admin@fedoraproject.org'
|
||||
|
||||
# Email address used in the 'From' field of the emails sent.
|
||||
# Default: ``nobody@fedoraproject.org``.
|
||||
EMAIL_FROM = 'nobody@fedoraproject.org'
|
||||
|
@ -55,6 +58,10 @@ EMAIL_FROM = 'nobody@fedoraproject.org'
|
|||
# Default: ``localhost``.
|
||||
SMTP_SERVER = 'localhost'
|
||||
|
||||
# If the SMTP server requires authentication, fill in the information here
|
||||
# SMTP_USERNAME = 'username'
|
||||
# SMTP_PASSWORD = 'password'
|
||||
|
||||
# When this is set to True, the session cookie will only be returned to the
|
||||
# server via ssl (https). If you connect to the server via plain http, the
|
||||
# cookie will not be sent. This prevents sniffing of the cookie contents.
|
||||
|
@ -85,6 +92,9 @@ CHECK_SESSION_IP = True
|
|||
###
|
||||
|
||||
|
||||
# Specify whether the crawler should send a report by email
|
||||
CRAWLER_SEND_EMAIL = True
|
||||
|
||||
umdl_master_directories = [
|
||||
{
|
||||
'type': 'directory',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue