mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 14:23:34 +01:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iis": {
|
|
"applicationUrl": "http://localhost//wiremock",
|
|
"sslPort": 0
|
|
},
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:56513/",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchUrl": "__admin/settings",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ApplicationInsights:InstrumentationKey": "..."
|
|
}
|
|
},
|
|
"WireMock.Net.WebApplication": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "__admin/settings",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ApplicationInsights:InstrumentationKey": "..."
|
|
},
|
|
"applicationUrl": "http://localhost:56514/"
|
|
},
|
|
"IIS": {
|
|
"commandName": "IIS",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "development",
|
|
"ApplicationInsights:InstrumentationKey": "..."
|
|
}
|
|
}
|
|
}
|
|
} |