Skip to content

Commit 82ee1be

Browse files
committed
Merge pull request #254 from CodeNow/fix-metis-in-delta
[delta] fix postgres database hostname and user
2 parents 104e2ed + 986a94c commit 82ee1be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/delta-hosts/variables

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ domain=runnable.io
6363
mongo_port=27017
6464
new_relic_license_key=338516e0826451c297d44dc60aeaf0a0ca4bfead
6565
node_env=production-delta
66-
pg_host=delta-infrastructure-db.cnksgdqarobf.us-west-2.rds.amazonaws.com
66+
pg_host=delta-infradb.cnksgdqarobf.us-west-2.rds.amazonaws.com
6767
pg_pass=59a5524e-a772-11e5-bedc-1bdc0db458b3
68+
pg_user=astral
6869
rabbit_password=wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk
6970
rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
7071
registry_host=10.8.4.126

0 commit comments

Comments
 (0)