28 lines
658 B
JSON
28 lines
658 B
JSON
|
{
|
||
|
"iisSettings": {
|
||
|
"windowsAuthentication": false,
|
||
|
"anonymousAuthentication": true,
|
||
|
"iisExpress": {
|
||
|
"applicationUrl": "http://localhost:52635/",
|
||
|
"sslPort": 0
|
||
|
}
|
||
|
},
|
||
|
"profiles": {
|
||
|
"IIS Express": {
|
||
|
"commandName": "IISExpress",
|
||
|
"launchBrowser": true,
|
||
|
"launchUrl": "api/values",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"BridgeAPI": {
|
||
|
"commandName": "Project",
|
||
|
"launchBrowser": true,
|
||
|
"launchUrl": "http://localhost:5000/api/values",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|