From 24effd12adbd92c4bf2e7735c9424a4cf4e614a0 Mon Sep 17 00:00:00 2001 From: SriPadma8997-egov Date: Thu, 18 Apr 2024 17:00:34 +0530 Subject: [PATCH] updated db creds --- config-as-code/environments/egov-demo-secrets.yaml | 8 ++++---- config-as-code/environments/egov-demo.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config-as-code/environments/egov-demo-secrets.yaml b/config-as-code/environments/egov-demo-secrets.yaml index 0e5f30acd..eb609644f 100644 --- a/config-as-code/environments/egov-demo-secrets.yaml +++ b/config-as-code/environments/egov-demo-secrets.yaml @@ -1,10 +1,10 @@ cluster-configs: secrets: db: # update the postgres db credentials - username: - password: demo123456 # must be more than 8 characters - flywayUsername: - 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 diff --git a/config-as-code/environments/egov-demo.yaml b/config-as-code/environments/egov-demo.yaml index 37b704baf..934fd0484 100644 --- a/config-as-code/environments/egov-demo.yaml +++ b/config-as-code/environments/egov-demo.yaml @@ -13,9 +13,9 @@ cluster-configs: egov-config: namespace: [ egov, monitoring ] data: - db-host: ## Add db-host name eg: egov-demo.database.azure.com - db-name: ## Add db-name - db-url: jdbc:postgresql:/// ## 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: ## Add your Domain Name egov-services-fqdn-name: https:/// ## Add your Domain Name