diff --git a/pybossa/settings_local.py.tmpl b/pybossa/settings_local.py.tmpl index 42ffc3f..33f064b 100755 --- a/pybossa/settings_local.py.tmpl +++ b/pybossa/settings_local.py.tmpl @@ -87,14 +87,12 @@ PROFILES = [('Colaborador','Colaborador'), ('Animador','Animador 3D'), ('Especia # LOG_LEVEL = logging.DEBUG ## Mail setup -MAIL_SERVER = 'localhost' +MAIL_SERVER = 'relay.nuvem.gov.br' MAIL_USERNAME = None MAIL_PASSWORD = None MAIL_PORT = 25 MAIL_FAIL_SILENTLY = False -MAIL_DEFAULT_SENDER = 'PyBossa Support ' - -## Announcement messages +MAIL_DEFAULT_SENDER = 'Suporte Wikilibras ' ## Use any combination of the next type of messages: root, user, and app owners ## ANNOUNCEMENT = {'admin': 'Root Message', 'user': 'User Message', 'owner': 'Owner Message'} -- libgit2 0.21.2