We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f5f0d commit 3de0f52Copy full SHA for 3de0f52
src/Framework/Infrastructure/Infrastructure.Web.Hosting.Common/Extensions/HostExtensions.cs
@@ -127,6 +127,7 @@ void RegisterConfiguration(bool isMultiTenanted)
127
#elif HOSTEDONAWS
128
appBuilder.Configuration.AddJsonFile("appsettings.AWS.json", true);
129
#endif
130
+ appBuilder.Configuration.AddJsonFile("appsettings.Technology.json", true);
131
appBuilder.Configuration.AddJsonFile("appsettings.local.json", true);
132
133
if (isMultiTenanted)
0 commit comments