Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-31550 #276

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading