mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 06:13:35 +01:00
* Update examples (#158) * IIS debug * PathBase logic * 1.0.4.5-preview-01 * Fix project and readme * Fix issues * fix picture alignment * Add IIS publish examples * 1.0.4.5
38 lines
917 B
JSON
38 lines
917 B
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"
|
|
}
|
|
},
|
|
"WireMock.Net.WebApplication": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "__admin/settings",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "http://localhost:56514/"
|
|
},
|
|
"IIS": {
|
|
"commandName": "IIS",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "development"
|
|
}
|
|
}
|
|
}
|
|
} |