Skip to content

Commit

Permalink
set the template config
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthi912 committed Oct 16, 2024
1 parent 91b7642 commit 9f5ed29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public static List<Configuration> applyDynamicEnvConfig(List<Configuration> conf
dynamicEnvConfigVarName);
}
}
//set the property when dynamic.env.config property is specified
//set the template property when dynamic.env.config property is declared in the config
if (configuration.getStringArray(ENV_DYNAMIC_CONFIG_KEY).length != 0) {
//Make sure the env variable is not re read twice by setting the property of Templated = true
configuration.setProperty(TEMPLATED_KEY, true);
Expand Down

0 comments on commit 9f5ed29

Please sign in to comment.