Commit c62cdd2acb27b9b86ae51795585a735858e92672
1 parent
9292d76b
Exists in
master
and in
28 other branches
dev_backup_frequency added to all envs (not prod)
Signed-off-by: Lucas Severo <lucassalves65@gmail.com>
Showing
4 changed files
with
4 additions
and
0 deletions
Show diff stats
config/cdtc/config.yaml
@@ -13,3 +13,4 @@ relay_hostname: relay.spb.cdtc.unb.br | @@ -13,3 +13,4 @@ relay_hostname: relay.spb.cdtc.unb.br | ||
13 | relay_ip: 164.41.9.48 | 13 | relay_ip: 164.41.9.48 |
14 | alt_ssh_port: 55555 | 14 | alt_ssh_port: 55555 |
15 | from_address: noreply@spb.cdtc.unb.br | 15 | from_address: noreply@spb.cdtc.unb.br |
16 | +dev_backup_frequency: true |
config/dev/config.yaml
@@ -19,3 +19,4 @@ alt_ssh_port: 55555 | @@ -19,3 +19,4 @@ alt_ssh_port: 55555 | ||
19 | external_outgoing_mail_domain: serpro.gov.br | 19 | external_outgoing_mail_domain: serpro.gov.br |
20 | raven_dsn: https://a5e2f92a83774dfc9de66486e0fe970b:1a9229a4e1d2483582144d302fb53115@sentry.tracy.com.br/19 | 20 | raven_dsn: https://a5e2f92a83774dfc9de66486e0fe970b:1a9229a4e1d2483582144d302fb53115@sentry.tracy.com.br/19 |
21 | google_analytics_id: 'UA-64206731-2' | 21 | google_analytics_id: 'UA-64206731-2' |
22 | +dev_backup_frequency: true |
config/homologa/config.yaml
@@ -20,3 +20,4 @@ external_outgoing_mail_relay: 189.9.150.53 | @@ -20,3 +20,4 @@ external_outgoing_mail_relay: 189.9.150.53 | ||
20 | external_outgoing_mail_domain: serpro.gov.br | 20 | 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 |
config/local/config.yaml
@@ -19,3 +19,4 @@ alt_ssh_port: 5555 | @@ -19,3 +19,4 @@ alt_ssh_port: 5555 | ||
19 | from_address: noreply@softwarepublico.dev | 19 | 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 |