We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59c77a commit 8ec445eCopy full SHA for 8ec445e
1 file changed
ansible/group_vars/alpha-api-base.yml
@@ -13,7 +13,7 @@ sendgrid_key: SG.IUCH4sM9RPC1z_-eM-4nKQ.OrXw3BxihUkCBAwYq1pys0QE3SDbP-nOGdlGwlVK
13
api_base_container_envs: >-
14
-e AWS_ACCESS_KEY_ID={{ api_aws_access_key_id }}
15
-e AWS_SECRET_ACCESS_KEY={{ api_aws_secret_access_key }}
16
- -e BIG_POPPA_URL=://{{ big_poppa_address }}:{{ big_poppa_port }}
+ -e BIG_POPPA_URL=://{{ big_poppa_host_address }}:{{ big_poppa_port }}
17
-e COOKIE_DOMAIN={{ domain }}
18
-e DATADOG_HOST={{ datadog_host_address }}
19
-e DATADOG_PORT={{ datadog_port }}
0 commit comments