File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a
1818
1919[big-poppa:vars]
2020big_poppa_port=80
21+ big_poppa_pg_pass=59a5524e-a772-11e5-bedc-1bdc0db458b3
2122big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
2223big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
2324big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ api_s3_context_bucket=runnable.context.resources.production-beta
1515
1616[big-poppa:vars]
1717big_poppa_port=80
18+ big_poppa_pg_pass=e9G7zYRCxYmxG9HQ8J9x2BDB
1819big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
1920big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
2021big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ api_s3_context_bucket=runnable.context.resources.production-beta
1515
1616[big-poppa:vars]
1717big_poppa_port=80
18+ big_poppa_pg_pass=e9G7zYRCxYmxG9HQ8J9x2BDB
1819big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
1920big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
2021big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ pg_database: astral
5858# big-poppa
5959big_poppa_pg_database : big-poppa
6060big_poppa_pg_user : big-poppa
61- big_poppa_pg_connection_string : postgres://{{ big_poppa_pg_user }}@localhost/{{ big_poppa_pg_database }}
6261big_poppa_hostname : big-poppa.{{ domain }}
6362
6463# charon
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ container_envs: >
1818 -e GITHUB_TOKEN={{ big_poppa_github_token }}
1919 -e LOG_LEVEL=info
2020 -e NODE_ENV={{ node_env }}
21- -e POSTGRES_CONNECT_STRING={{ big_poppa_pg_connection_string }}
21+ -e POSTGRES_CONNECT_STRING=postgres:// {{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
2222 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
2323 -e RABBITMQ_PASSWORD={{ rabbit_password }}
2424 -e RABBITMQ_PORT={{ rabbit_port }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ container_envs: >
1313 -e GITHUB_TOKEN={{ big_poppa_github_token }}
1414 -e LOG_LEVEL=info
1515 -e NODE_ENV={{ node_env }}
16- -e POSTGRES_CONNECT_STRING={{ big_poppa_pg_connection_string }}
16+ -e POSTGRES_CONNECT_STRING=postgres:// {{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
1717 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
1818 -e RABBITMQ_PASSWORD={{ rabbit_password }}
1919 -e RABBITMQ_PORT={{ rabbit_port }}
You can’t perform that action at this time.
0 commit comments