There was an error while loading. Please reload this page.
1 parent fbbcb6f commit c4c0514Copy full SHA for c4c0514
.controlplane/templates/gvc.yml
@@ -9,7 +9,7 @@ spec:
9
# Password does not matter because host postgres.APP_GVC.cpln.local can only be accessed
10
# locally within CPLN GVC, and postgres running on a CPLN workload is something only for a
11
# test app that lacks persistence.
12
- value: 'postgres://the_user:the_password@postgres-stateful.APP_GVC.cpln.local:5432/APP_GVC'
+ value: 'postgres://postgres:password123@postgres.APP_GVC.cpln.local:5432/APP_GVC'
13
- name: RAILS_ENV
14
value: production
15
- name: NODE_ENV
.controlplane/templates/postgres-stateful.yml
0 commit comments