36 lines
931 B
JSON
36 lines
931 B
JSON
|
|
{
|
||
|
|
"iisSettings": {
|
||
|
|
"windowsAuthentication": false,
|
||
|
|
"anonymousAuthentication": true,
|
||
|
|
"iisExpress": {
|
||
|
|
"applicationUrl": "http://localhost:57773",
|
||
|
|
"sslPort": 0
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||
|
|
"profiles": {
|
||
|
|
"IIS Express": {
|
||
|
|
"commandName": "IISExpress",
|
||
|
|
"launchBrowser": true,
|
||
|
|
"launchUrl": "api/values",
|
||
|
|
"environmentVariables": {
|
||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"APT.API": {
|
||
|
|
"commandName": "Project",
|
||
|
|
"launchBrowser": true,
|
||
|
|
"launchUrl": "api/values",
|
||
|
|
"environmentVariables": {
|
||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
|
},
|
||
|
|
"applicationUrl": "http://localhost:5000"
|
||
|
|
},
|
||
|
|
"Docker": {
|
||
|
|
"commandName": "Docker",
|
||
|
|
"launchBrowser": true,
|
||
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values",
|
||
|
|
"publishAllPorts": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|