Skip to content

Commit cc87ba3

Browse files
author
Henry Mollman
committed
Added postgres connect strings
1 parent 080d7bc commit cc87ba3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

ansible/delta-hosts/variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[agreeable-egret:vars]
22
agreeable_egret_port=65520
33
agreeable_egret_api_url=https://api.runnable.io
4+
egret_postgres_connect_string=postgres://egret:wwHQ5B4RfY9iKS3m@delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com/egret
45

56
[api_group:vars]
67
api_aws_access_key_id=AKIAJWSSSJYUXKNW2ZDA

ansible/gamma-hosts/variables

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[agreeable-egret:vars]
2-
agreeable_egret_port=80
2+
agreeable_egret_port=65520
3+
agreeable_egret_api_url=https://api.runnable.io
4+
egret_postgres_connect_string=postgres://egret:b3UKjxbGblKZtG6c@gamma-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:32659/egret
35

46
[api_group:vars]
57
api_aws_access_key_id=AKIAIDC4WVMTCGV7KRVQ

ansible/group_vars/alpha-agreeable-egret.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ container_envs: >
1818
-e RUNNABLE_API_URL={{ agreeable_egret_api_url }}
1919
-e PORT={{ hosted_ports[0] }}
2020
-e RUNNABLE_USER_CONTENT_DOMAIN={{ user_content_domain }}
21+
-e POSTGRES_CONNECT_STRING={{ egret_postgres_connect_string }}
2122
2223
container_run_opts: >
2324
-h {{ name }}

0 commit comments

Comments
 (0)