Adjust the MM2 configuration

This commit is contained in:
Pierre-Yves Chibon 2014-12-08 16:18:22 +01:00
parent a65ead77b1
commit 0c7a78cba0

View file

@ -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',