This commit is contained in:
Stef Heyenrath
2019-02-18 22:36:01 +01:00
parent 62550b61e8
commit 7ad8b60fbd
6 changed files with 39 additions and 25 deletions

View File

@@ -16,7 +16,8 @@
"commandName": "IISExpress",
"launchUrl": "__admin/settings",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
"ApplicationInsights:InstrumentationKey": "..."
}
},
"WireMock.Net.WebApplication": {
@@ -24,14 +25,16 @@
"launchBrowser": true,
"launchUrl": "__admin/settings",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
"ApplicationInsights:InstrumentationKey": "..."
},
"applicationUrl": "http://localhost:56514/"
},
"IIS": {
"commandName": "IIS",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "development"
"ASPNETCORE_ENVIRONMENT": "development",
"ApplicationInsights:InstrumentationKey": "..."
}
}
}