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

33 lines
893 B
JSON
Raw Normal View History

2020-04-23 09:38:50 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2020-04-27 16:59:52 +00:00
"applicationUrl": "http://localhost:5010",
"sslPort": 0
2020-04-23 09:38:50 +00:00
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
2020-04-27 16:59:52 +00:00
"launchBrowser": false,
2020-04-23 09:38:50 +00:00
"environmentVariables": {
2020-04-27 16:59:52 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../Data",
"log__name": "files.service",
"log__dir": "../../../Logs"
2020-04-23 09:38:50 +00:00
}
},
"ASC.Files.Service": {
"commandName": "Project",
2020-04-27 16:59:52 +00:00
"launchBrowser": false,
"applicationUrl": "http://localhost:5010",
2020-04-23 09:38:50 +00:00
"environmentVariables": {
2020-04-27 16:59:52 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../Data",
"log__name": "files.service",
"log__dir": "../../../Logs"
}
2020-04-23 09:38:50 +00:00
}
}
}