Skip to content

Commit 3de0f52

Browse files
committed
fix: Added addtional appsettings
1 parent b2f5f0d commit 3de0f52

File tree

1 file changed

+1
-0
lines changed
  • src/Framework/Infrastructure/Infrastructure.Web.Hosting.Common/Extensions

1 file changed

+1
-0
lines changed

src/Framework/Infrastructure/Infrastructure.Web.Hosting.Common/Extensions/HostExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ void RegisterConfiguration(bool isMultiTenanted)
127127
#elif HOSTEDONAWS
128128
appBuilder.Configuration.AddJsonFile("appsettings.AWS.json", true);
129129
#endif
130+
appBuilder.Configuration.AddJsonFile("appsettings.Technology.json", true);
130131
appBuilder.Configuration.AddJsonFile("appsettings.local.json", true);
131132

132133
if (isMultiTenanted)

0 commit comments

Comments
 (0)