Skip to content

Commit

Permalink
correct db user/password
Browse files Browse the repository at this point in the history
  • Loading branch information
WeRockStar committed Mar 29, 2024
1 parent 8a1f0e5 commit 4fa0af2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions infra/gitops/dev/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: <group-id>-dev
data:
db.url: "jdbc:postgresql://ec2-13-229-211-253.ap-southeast-1.compute.amazonaws.com:5432/dev-<group-id>"
db.username: "doadmin"
db.password: "AVNS_2KxS7zrsXbMV3L_4Eaj"
db.username: "postgres"
db.password: "YGSQOnBlYd+6"
enabled.feature.promotion.list.api: "true"
enabled.shipping.fee: "true"
4 changes: 2 additions & 2 deletions infra/gitops/prod/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: <group-id>-prod
data:
db.url: "jdbc:postgresql://ec2-13-229-211-253.ap-southeast-1.compute.amazonaws.com:5432/prod-<group-id>"
db.username: "doadmin"
db.password: "AVNS_2KxS7zrsXbMV3L_4Eaj"
db.username: "postgres"
db.password: "YGSQOnBlYd+6"
enabled.feature.promotion.list.api: "true"
enabled.shipping.fee: "true"

0 comments on commit 4fa0af2

Please sign in to comment.