DocSpace-buildtools/products/ASC.Files/Service/Properties/launchSettings.json

33 lines
893 B
JSON

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