Skip to content

Commit

Permalink
Merge pull request #783 from ErikMogensen/SetUserConfigAsDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMogensen authored Jun 22, 2024
2 parents 397362a + 07b0090 commit 6c09838
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 6c09838

Please sign in to comment.