DocSpace-client/web/ASC.Web.Api/Properties/launchSettings.json

24 lines
580 B
JSON
Raw Normal View History

2019-05-15 14:56:09 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2019-06-03 07:12:02 +00:00
"applicationUrl": "http://localhost:5000",
2019-05-15 14:56:09 +00:00
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"launchUrl": "api/modules"
2019-05-15 14:56:09 +00:00
},
"ASC.Web.Api": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": "api/modules",
2019-06-03 07:12:02 +00:00
"applicationUrl": "http://localhost:5000"
2019-05-15 14:56:09 +00:00
}
}
}