Skip to content

Commit b806f38

Browse files
committed
Add InstrumentationKey to config
1 parent 6a40238 commit b806f38

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

backend/HS.CustomerApp.CustomerHost/appsettings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"Microsoft.Hosting.Lifetime": "Information"
77
}
88
},
9-
"AllowedHosts": "*"
9+
"AllowedHosts": "*",
10+
"ApplicationInsights": {
11+
"InstrumentationKey": "xxx"
12+
}
1013
}

backend/HS.CustomerApp.IdHost/appsettings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"Microsoft.Hosting.Lifetime": "Information"
77
}
88
},
9-
"AllowedHosts": "*"
9+
"AllowedHosts": "*",
10+
"ApplicationInsights": {
11+
"InstrumentationKey": "xxx"
12+
}
1013
}

0 commit comments

Comments
 (0)