Skip to content

Commit

Permalink
Default to use the config file in user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMogensen committed Jun 21, 2024
1 parent 397362a commit 07b0090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Helpers/TwoFilesConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ static ConfigFileUse GetConfigFileUseValueIgnoringCache(string userConfigFilePat
ConfigurationParameters.ConfigurationConfigFileParameter, resultStringApp, typeof(ConfigFileUse));
}

return ConfigFileUse.ApplicationConfig; // Default to Application for backwards compability
return ConfigFileUse.UserConfig; // Default to User file for better performance
}

static ConfigFileUse AquireConfigFileUseValue()
Expand Down

0 comments on commit 07b0090

Please sign in to comment.