Commit a3eceb018010a1c10f94a735aa54463ca7d2854f
1 parent
ee5d4644
Exists in
coppe
Adicionando relay do MP
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
pybossa/settings_local.py.tmpl
| @@ -87,14 +87,12 @@ PROFILES = [('Colaborador','Colaborador'), ('Animador','Animador 3D'), ('Especia | @@ -87,14 +87,12 @@ PROFILES = [('Colaborador','Colaborador'), ('Animador','Animador 3D'), ('Especia | ||
| 87 | # LOG_LEVEL = logging.DEBUG | 87 | # LOG_LEVEL = logging.DEBUG |
| 88 | 88 | ||
| 89 | ## Mail setup | 89 | ## Mail setup |
| 90 | -MAIL_SERVER = 'localhost' | 90 | +MAIL_SERVER = 'relay.nuvem.gov.br' |
| 91 | MAIL_USERNAME = None | 91 | MAIL_USERNAME = None |
| 92 | MAIL_PASSWORD = None | 92 | MAIL_PASSWORD = None |
| 93 | MAIL_PORT = 25 | 93 | MAIL_PORT = 25 |
| 94 | MAIL_FAIL_SILENTLY = False | 94 | MAIL_FAIL_SILENTLY = False |
| 95 | -MAIL_DEFAULT_SENDER = 'PyBossa Support <info@pybossa.com>' | ||
| 96 | - | ||
| 97 | -## Announcement messages | 95 | +MAIL_DEFAULT_SENDER = 'Suporte Wikilibras <wikilibras@planejamento.gov.br>' |
| 98 | ## Use any combination of the next type of messages: root, user, and app owners | 96 | ## Use any combination of the next type of messages: root, user, and app owners |
| 99 | ## ANNOUNCEMENT = {'admin': 'Root Message', 'user': 'User Message', 'owner': 'Owner Message'} | 97 | ## ANNOUNCEMENT = {'admin': 'Root Message', 'user': 'User Message', 'owner': 'Owner Message'} |
| 100 | 98 |