Skip to content

Commit

Permalink
MOSIP-35982
Browse files Browse the repository at this point in the history
Signed-off-by: Sohan Kumar Dey <[email protected]>
  • Loading branch information
Sohandey committed Sep 24, 2024
1 parent 97762b7 commit a236bc1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public class ConfigManager {
private static String auditDBSchema;

private static String idaDBUser;
private static String idrepoDBUser;
private static String idRepoDBUser;
private static String idaDBPass;
private static String idaDBSchema;

Expand Down Expand Up @@ -331,7 +331,7 @@ public static void init() {
auditDBPass = getValueForKey(AUDIT_DB_PASS);
auditDBSchema = getValueForKey(AUDIT_DB_SCHEMA);
idaDBUser = getValueForKey(IDA_DB_USER);
idrepoDBUser = getValueForKey(IDREPO_DB_USER);
idRepoDBUser = getValueForKey(IDREPO_DB_USER);
idaDBPass = getValueForKey(IDA_DB_PASS);
idaDBSchema = getValueForKey(IDA_DB_SCHEMA);
pmsDBUser = getValueForKey(PMS_DB_USER);
Expand Down Expand Up @@ -871,7 +871,7 @@ public static String getIdaDbUser() {
}

public static String getIdRepoDbUser() {
return idrepoDBUser;
return idRepoDBUser;
}

public static String getIdaDbPass() {
Expand Down

0 comments on commit a236bc1

Please sign in to comment.