Commit a7dfb890a95ef5f8bf59bb5b466b21fa30498d9c
1 parent
d52ed287
Exists in
master
and in
18 other branches
add missing config params for all environments
Showing
4 changed files
with
4 additions
and
0 deletions
Show diff stats
config/cdtc/config.yaml
config/homologa/config.yaml
@@ -21,3 +21,4 @@ external_outgoing_mail_domain: serpro.gov.br | @@ -21,3 +21,4 @@ external_outgoing_mail_domain: serpro.gov.br | ||
21 | raven_dsn: https://a5e2f92a83774dfc9de66486e0fe970b:1a9229a4e1d2483582144d302fb53115@sentry.tracy.com.br/19 | 21 | raven_dsn: https://a5e2f92a83774dfc9de66486e0fe970b:1a9229a4e1d2483582144d302fb53115@sentry.tracy.com.br/19 |
22 | google_analytics_id: 'UA-64206731-3' | 22 | google_analytics_id: 'UA-64206731-3' |
23 | dev_backup_frequency: true | 23 | dev_backup_frequency: true |
24 | +disable_send_emails: true |
config/lappis/config.yaml
@@ -15,3 +15,4 @@ alt_ssh_port: 5555 | @@ -15,3 +15,4 @@ alt_ssh_port: 5555 | ||
15 | from_address: noreply@softwarepublico.lappis | 15 | from_address: noreply@softwarepublico.lappis |
16 | # define less frequent backup for dev envs | 16 | # define less frequent backup for dev envs |
17 | dev_backup_frequency: true | 17 | dev_backup_frequency: true |
18 | +disable_send_emails: true |
config/local/config.yaml
@@ -20,3 +20,4 @@ from_address: noreply@softwarepublico.dev | @@ -20,3 +20,4 @@ from_address: noreply@softwarepublico.dev | ||
20 | raven_dsn: https://a5e2f92a83774dfc9de66486e0fe970b:1a9229a4e1d2483582144d302fb53115@sentry.tracy.com.br/19 | 20 | raven_dsn: https://a5e2f92a83774dfc9de66486e0fe970b:1a9229a4e1d2483582144d302fb53115@sentry.tracy.com.br/19 |
21 | colab_http_workers: 1 | 21 | colab_http_workers: 1 |
22 | dev_backup_frequency: true | 22 | dev_backup_frequency: true |
23 | +disable_send_emails: true |