Commit 8d358ac81526262476691e1467c110df6b8055f0
1 parent
54e8e66c
Exists in
master
and in
89 other branches
fix production settings for email hosts
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/prod/config.yaml
... | ... | @@ -8,10 +8,10 @@ site_url: https://portal.softwarepublico.gov.br |
8 | 8 | colab_from_address: '"Portal do Software Publico" <noreply@portal.softwarepublico.gov.br>' |
9 | 9 | server_email: '"Portal do Software Publico" <noreply@portal.softwarepublico.gov.br>' |
10 | 10 | email_subject_prefix: '[spb]' |
11 | -lists_hostname: listas.portal.softwarepublico.gov.br | |
11 | +lists_hostname: listas.softwarepublico.gov.br | |
12 | 12 | lists_admin: nayanne.bonifacio@planejamento.gov.br |
13 | 13 | from_address: noreply@softwarepublico.gov.br |
14 | -relay_hostname: relay.portal.softwarepublico.gov.br | |
14 | +relay_hostname: relay.softwarepublico.gov.br | |
15 | 15 | relay_ip: 189.9.151.68 |
16 | 16 | external_outgoing_mail_relay: 189.9.150.53 |
17 | 17 | external_outgoing_mail_domain: serpro.gov.br | ... | ... |