Skip to content

Commit

Permalink
fix: dev cluster database server
Browse files Browse the repository at this point in the history
  • Loading branch information
evanp committed Feb 21, 2025
1 parent 771f2bb commit 3628db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/test/cc-test-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: PORT
value: "3000"
- name: DATABASE_HOST
value: "cc-db"
value: "dev-db-aurora.cluster-c5ipsfxjhb0m.us-east-1.rds.amazonaws.com"
- name: DATABASE_NAME
value: "cctest"
- name: DATABASE_USER
Expand Down

0 comments on commit 3628db5

Please sign in to comment.