DocSpace-client/web/ASC.Web.Api/Properties/launchSettings.json
2019-05-22 18:41:02 +03:00

24 lines
580 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"launchUrl": "api/modules"
},
"ASC.Web.Api": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": "api/modules",
"applicationUrl": "http://localhost:8080"
}
}
}