DocSpace-client/products/ASC.Calendar/Server/Properties/launchSettings.json

30 lines
893 B
JSON
Raw Normal View History

2021-04-21 18:47:27 +00:00
{
2020-02-12 07:58:31 +00:00
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
2020-02-12 07:58:31 +00:00
"launchBrowser": false,
"launchUrl": "http://localhost:5023/api/2.0/calendar/info",
2020-02-12 07:58:31 +00:00
"environmentVariables": {
"$STORAGE_ROOT": "../../../Data",
2021-04-21 18:47:27 +00:00
"log__dir": "../../../Logs",
2020-02-12 07:58:31 +00:00
"log__name": "calendar",
"ASPNETCORE_URLS": "http://localhost:5023",
2021-04-21 18:47:27 +00:00
"ASPNETCORE_ENVIRONMENT": "Development"
2020-02-12 07:58:31 +00:00
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
2020-02-12 07:58:31 +00:00
"launchBrowser": false,
"launchUrl": "http://localhost:5023/api/2.0/calendar/info",
2020-02-12 07:58:31 +00:00
"environmentVariables": {
"$STORAGE_ROOT": "../../../Data",
2021-04-21 18:47:27 +00:00
"log__dir": "../../../Logs",
2020-02-12 07:58:31 +00:00
"log__name": "calendar",
"ASPNETCORE_URLS": "http://localhost:5023",
2021-04-21 18:47:27 +00:00
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": "Ubuntu-20.04"
2020-02-12 07:58:31 +00:00
}
}
}