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

33 lines
869 B
JSON
Raw Normal View History

2020-01-27 11:15:18 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2020-02-12 10:48:58 +00:00
"applicationUrl": "http://localhost:5007",
"sslPort": 0
2020-01-27 11:15:18 +00:00
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
2020-02-12 10:48:58 +00:00
"launchBrowser": false,
2020-01-27 11:15:18 +00:00
"environmentVariables": {
2020-02-12 10:48:58 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../Data",
"log__name": "files",
"log__dir": "../../../Logs"
2020-01-27 11:15:18 +00:00
}
},
"ASC.Files": {
"commandName": "Project",
2020-02-12 10:48:58 +00:00
"launchBrowser": false,
"applicationUrl": "http://localhost:5007",
2020-01-27 11:15:18 +00:00
"environmentVariables": {
2020-02-12 10:48:58 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../Data",
"log__name": "files",
"log__dir": "../../../Logs"
}
2020-01-27 11:15:18 +00:00
}
}
}