diff --git a/backend/HS.CustomerApp.CustomerHost/appsettings.json b/backend/HS.CustomerApp.CustomerHost/appsettings.json index d9d9a9b..be805cc 100644 --- a/backend/HS.CustomerApp.CustomerHost/appsettings.json +++ b/backend/HS.CustomerApp.CustomerHost/appsettings.json @@ -6,5 +6,8 @@ "Microsoft.Hosting.Lifetime": "Information" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "ApplicationInsights": { + "InstrumentationKey": "xxx" + } } diff --git a/backend/HS.CustomerApp.IdHost/appsettings.json b/backend/HS.CustomerApp.IdHost/appsettings.json index d9d9a9b..be805cc 100644 --- a/backend/HS.CustomerApp.IdHost/appsettings.json +++ b/backend/HS.CustomerApp.IdHost/appsettings.json @@ -6,5 +6,8 @@ "Microsoft.Hosting.Lifetime": "Information" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "ApplicationInsights": { + "InstrumentationKey": "xxx" + } }