Skip to content

Commit

Permalink
Merge pull request #6381 from dimagi/cs/SC-3844-email-as-env-var
Browse files Browse the repository at this point in the history
Add email as environment variable
  • Loading branch information
Charl1996 authored Sep 4, 2024
2 parents a64beb1 + fa61287 commit 233d572
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/backup-production/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ eula_change_email: [email protected]
contact_email: [email protected]
soft_assert_email: [email protected]
new_domain_email: [email protected]
solutions_aes_email: [email protected]

DATADOG_ENABLED: False

Expand Down
1 change: 1 addition & 0 deletions environments/production/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ eula_change_email: [email protected]
contact_email: [email protected]
soft_assert_email: [email protected]
new_domain_email: [email protected]
solutions_aes_email: [email protected]
ALTERNATE_HOSTS:
- rec-mobile.sante.gov.bf
- onse-iss.commcarehq.org
Expand Down
1 change: 1 addition & 0 deletions environments/staging/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ eula_change_email: [email protected]
contact_email: [email protected]
soft_assert_email: [email protected]
new_domain_email: [email protected]
solutions_aes_email: [email protected]
show_maintenance_updates_on_deploy: False

couch_dbs:
Expand Down
1 change: 1 addition & 0 deletions src/commcare_cloud/ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ daily_deploy_email: null
check_s3_backups_email: null
return_path_email: null
new_domain_email: [email protected]
solutions_aes_email: null
show_maintenance_updates_on_deploy: true

ALTERNATE_HOSTS: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ CONTACT_EMAIL = '{{ contact_email }}'
FEEDBACK_EMAIL = '{{ feedback_email }}'
SOFT_ASSERT_EMAIL = '{{ soft_assert_email }}'
DAILY_DEPLOY_EMAIL = '{{ daily_deploy_email }}'
SOLUTIONS_AES_EMAIL = '{{ solutions_aes_email }}'
{% if TRANSIFEX_API_TOKEN %}
TRANSIFEX_DETAILS = {
'organization': 'dimagi',
Expand Down

0 comments on commit 233d572

Please sign in to comment.