Skip to content

Commit

Permalink
MOSIP-31550
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 d08c3b2 commit cf5c04d
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 @@ -85,7 +85,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 SERVICES_NOT_DEPLOYED = "servicesNotDeployed";
Expand Down
4 changes: 2 additions & 2 deletions admintest/src/main/resources/config/Kernel.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
hibernate.show_sql=true
hibernate.current_session_context_class=thread
db-su-user=postgres
postgresql-password=mQi298ZW7p
postgres-password=mQi298ZW7p
pms_db_schema=pms
km_db_schema=keymgr
master_db_schema=master
Expand All @@ -66,7 +66,7 @@ dialect=org.hibernate.dialect.PostgreSQLDialect
show_sql=true
current_session_context_class=thread
db-su-user=postgres
postgresql-password=mQi298ZW7p
postgres-password=mQi298ZW7p
postgresqlUser=postgresql
db-port=5432
db-server=dev.mosip.net
Expand Down

0 comments on commit cf5c04d

Please sign in to comment.