Skip to content

Commit

Permalink
updated db creds
Browse files Browse the repository at this point in the history
  • Loading branch information
SriPadma8997-egov committed Apr 18, 2024
1 parent 1d968e7 commit 24effd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config-as-code/environments/egov-demo-secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cluster-configs:
secrets:
db: # update the postgres db credentials
username: <db_username>
password: demo123456 # must be more than 8 characters
flywayUsername: <db_username>
flywayPassword: demo123456 # must be more than 8 characters
username: healthegovdemo
password: health-db-pass # must be more than 8 characters
flywayUsername: healthegovdemo
flywayPassword: health-db-pass # must be more than 8 characters
egov-notification-sms: # To work sms notification service add the sms provider details
username: demo
password: demo
Expand Down
6 changes: 3 additions & 3 deletions config-as-code/environments/egov-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ cluster-configs:
egov-config:
namespace: [ egov, monitoring ]
data:
db-host: <db_host_name> ## Add db-host name eg: egov-demo.database.azure.com
db-name: <db_name> ## Add db-name
db-url: jdbc:postgresql://<db_host_name>/<db_name> ## example: jdbc:postgresql://egov-demo.postgres.database.azure.com:5432/egov_demo
db-host: healthdemo-upgrade-db.cqqfmghbjssw.ap-south-1.rds.amazonaws.com:5432 ## Add db-host name eg: egov-demo.database.azure.com
db-name: healthdemo ## Add db-name
db-url: jdbc:postgresql://healthdemo-upgrade-db.cqqfmghbjssw.ap-south-1.rds.amazonaws.com:5432/healthdemo ## example: jdbc:postgresql://egov-demo.postgres.database.azure.com:5432/egov_demo
domain: <domain_name> ## Add your Domain Name
egov-services-fqdn-name: https://<domain_name>/ ## Add your Domain Name

Expand Down

0 comments on commit 24effd1

Please sign in to comment.