Skip to content

Commit 6dbe20d

Browse files
committed
Fix variable name
1 parent 9332c9f commit 6dbe20d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/group_vars/alpha-big-poppa-http.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ container_envs: >
1919
-e INTERCOM_API_KEY={{ big_poppa_intercom_key | default('undefined') }}
2020
-e INTERCOM_APP_ID={{ big_poppa_intercom_id | default('undefined') }}
2121
-e NODE_ENV={{ node_env }}
22-
-e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
22+
-e POSTGRES_CONNECT_STRING=postgres://{{ big_poppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
2323
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
2424
-e RABBITMQ_PASSWORD={{ rabbit_password }}
2525
-e RABBITMQ_PORT={{ rabbit_port }}

ansible/group_vars/alpha-big-poppa-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ container_envs: >
1414
-e NODE_ENV={{ node_env }}
1515
-e INTERCOM_API_KEY={{ big_poppa_intercom_key | default('undefined') }}
1616
-e INTERCOM_APP_ID={{ big_poppa_intercom_id | default('undefined') }}
17-
-e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
17+
-e POSTGRES_CONNECT_STRING=postgres://{{ big_poppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
1818
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
1919
-e RABBITMQ_PASSWORD={{ rabbit_password }}
2020
-e RABBITMQ_PORT={{ rabbit_port }}

0 commit comments

Comments
 (0)