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

29 lines
875 B
JSON
Raw Normal View History

2021-04-28 16:50:59 +00:00
{
2020-03-02 15:38:31 +00:00
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
2021-04-28 16:50:59 +00:00
"launchBrowser": false,
"launchUrl": "http://localhost:5021/api/2.0/crm/info",
2020-03-02 15:38:31 +00:00
"environmentVariables": {
2021-04-28 16:50:59 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__dir": "../../../Logs",
"log__name": "crm",
2021-03-13 12:22:14 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
2021-04-28 16:50:59 +00:00
"ASPNETCORE_URLS": "http://localhost:5021"
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
"launchBrowser": false,
"launchUrl": "http://localhost:5021/api/2.0/crm/info",
"environmentVariables": {
2021-03-13 12:22:14 +00:00
"$STORAGE_ROOT": "../../../Data",
2021-04-28 16:50:59 +00:00
"log__dir": "../../../Logs",
2021-03-13 12:22:14 +00:00
"log__name": "crm",
2021-04-28 16:50:59 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:5021"
2020-04-16 19:41:37 +00:00
},
2021-04-28 16:50:59 +00:00
"distributionName": "Ubuntu-20.04"
2020-03-02 15:38:31 +00:00
}
}
}