Skip to content

Commit

Permalink
Merge pull request mosip#1084 from neeharikatech/develop
Browse files Browse the repository at this point in the history
key update
  • Loading branch information
Sohandey authored Sep 26, 2023
2 parents 27ef6ac + ccc2687 commit 0c6fbf9
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,13 @@ public static List<String> getLanguageList() {

optionalLanguages = getValueFromActuators(propsKernel.getProperty("actuatorAdminEndpoint"),
section, "mosip.optional-languages");

logger.info("optionalLanguages from env:" + optionalLanguages);

mandatoryLanguages = getValueFromActuators(propsKernel.getProperty("actuatorAdminEndpoint"),
section, "mosip.mandatoryLanguages from env:" + mandatoryLanguages);
section, "mosip.mandatory-languages" + mandatoryLanguages);

logger.info("mandatoryLanguages from env:" + optionalLanguages);
}
catch(Exception e)
{
Expand Down

0 comments on commit 0c6fbf9

Please sign in to comment.