Skip to content

Commit

Permalink
restored support for creds.properties again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jun 4, 2024
1 parent be352f4 commit 912353d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public static Builder configured(Env env, String... configFiles) {
*/
public static Builder configured(Env env) {
Builder builder = builder();
Config config = new Config(URLS_FILE, "mediarestclient.properties");
Config config = new Config(URLS_FILE, "mediarestclient.properties", "creds.properties");
config.setEnv(env);
ReflectionUtils.configured(builder, config.getProperties(Config.Prefix.media_api_backend));
return builder;
Expand Down

0 comments on commit 912353d

Please sign in to comment.