sparse-intern-71089
09/21/2021, 3:14 PMgreen-stone-37839
09/21/2021, 5:35 PMnew ConfigurationBuilder
.AddJsonFile("appSettings.json", true, true)
.Build();
You'd then be able to load the configuration details into a POCO, where the rest of your app is free to use it.worried-city-86458
09/21/2021, 5:37 PMworried-city-86458
09/21/2021, 9:00 PMAddUserSecrets
config source.