Skip to content

Commit

Permalink
MOSIP-36006 (#840)
Browse files Browse the repository at this point in the history
Signed-off-by: Anup Nehe <[email protected]>
  • Loading branch information
anup-nehe authored Oct 16, 2024
1 parent e84e698 commit 0ec1026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class ConfigManager {
private static String HIBERNATE_CONTEXT_CLASS = "hibernate.current_session_context_class";

private static String PMS_DB_USER = "db-su-user";
private static String PMS_DB_PASS = "postgresql-password";
private static String PMS_DB_PASS = "postgres-password";
private static String PMS_DB_SCHEMA = "pms_db_schema";

private static String IAM_REALM_ID = "keycloak-realm-id";
Expand Down

0 comments on commit 0ec1026

Please sign in to comment.