Skip to content

Commit

Permalink
MOSIP-31551
Browse files Browse the repository at this point in the history
Signed-off-by: Jayesh Kharode <[email protected]>
  • Loading branch information
Jayesh Kharode committed Feb 12, 2024
1 parent 007d839 commit b899815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class ConfigManager {
// private static String KM_DB_SCHEMA = "km_db_schema";
//
private static String MASTER_DB_USER = "db-su-user";
private static String MASTER_DB_PASS = "postgresql-password";
private static String MASTER_DB_PASS = "postgres-password";
private static String MASTER_DB_SCHEMA = "master_db_schema";
//
private static String IAM_REALM_ID = "keycloak-realm-id";
Expand Down
4 changes: 2 additions & 2 deletions pmptest/src/main/resources/config/Kernel.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
hibernate.show_sql=true
hibernate.current_session_context_class=thread
db-su-user=postgres
postgresql-password=d52kjJuxp2
postgres-password=d52kjJuxp2
pms_db_schema=pms
km_db_schema=keymgr
master_db_schema=master
Expand All @@ -64,7 +64,7 @@ dialect=org.hibernate.dialect.PostgreSQLDialect
show_sql=true
current_session_context_class=thread
db-su-user=postgres
postgresql-password=d52kjJuxp2
postgres-password=d52kjJuxp2
postgresqlUser=postgresql
db-port=5432
db-server=dev2.mosip.net
Expand Down

0 comments on commit b899815

Please sign in to comment.