Skip to content

Commit

Permalink
Add InstrumentationKey to config
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszKogut committed Mar 14, 2020
1 parent 6a40238 commit b806f38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion backend/HS.CustomerApp.CustomerHost/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"ApplicationInsights": {
"InstrumentationKey": "xxx"
}
}
5 changes: 4 additions & 1 deletion backend/HS.CustomerApp.IdHost/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"ApplicationInsights": {
"InstrumentationKey": "xxx"
}
}

0 comments on commit b806f38

Please sign in to comment.