Skip to content

Commit

Permalink
Merge pull request #275 from jayesh12234/develop
Browse files Browse the repository at this point in the history
MOSIP-31550
  • Loading branch information
aranaravi authored Feb 12, 2024
2 parents a66b66d + 7469dce commit 524f4c3
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 524f4c3

Please sign in to comment.