DocSpace-client/products/ASC.Files/Server/Properties/launchSettings.json
2020-02-12 13:48:58 +03:00

33 lines
869 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5007",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../Data",
"log__name": "files",
"log__dir": "../../../Logs"
}
},
"ASC.Files": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5007",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../Data",
"log__name": "files",
"log__dir": "../../../Logs"
}
}
}
}