Skip to content

Commit 8ec445e

Browse files
committed
Fix host address
1 parent e59c77a commit 8ec445e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-api-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sendgrid_key: SG.IUCH4sM9RPC1z_-eM-4nKQ.OrXw3BxihUkCBAwYq1pys0QE3SDbP-nOGdlGwlVK
1313
api_base_container_envs: >-
1414
-e AWS_ACCESS_KEY_ID={{ api_aws_access_key_id }}
1515
-e AWS_SECRET_ACCESS_KEY={{ api_aws_secret_access_key }}
16-
-e BIG_POPPA_URL=://{{ big_poppa_address }}:{{ big_poppa_port }}
16+
-e BIG_POPPA_URL=://{{ big_poppa_host_address }}:{{ big_poppa_port }}
1717
-e COOKIE_DOMAIN={{ domain }}
1818
-e DATADOG_HOST={{ datadog_host_address }}
1919
-e DATADOG_PORT={{ datadog_port }}

0 commit comments

Comments
 (0)