Sieve/SieveTests/Properties/launchSettings.json

28 lines
658 B
JSON
Raw Normal View History

2018-01-27 00:26:37 +01:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:65136/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "api/values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"SieveTests": {
"commandName": "Project",
"launchUrl": "api/values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
2018-01-27 06:20:57 +01:00
"applicationUrl": "http://localhost:6500/"
2018-01-27 00:26:37 +01:00
}
}
2018-01-27 06:20:57 +01:00
}