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

29 lines
748 B
JSON
Raw Normal View History

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5003",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"environmentVariables": {
2019-09-09 15:04:28 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../../../Data"
}
},
"ASC.Web.Studio": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
2019-09-09 15:04:28 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../../../Data"
},
"applicationUrl": "http://localhost:5003"
}
}
2019-05-15 14:56:09 +00:00
}