DocSpace-client/common/services/ASC.Studio.Notify/Properties/launchSettings.json

27 lines
796 B
JSON
Raw Normal View History

2019-08-01 08:47:15 +00:00
{
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
2019-08-01 08:47:15 +00:00
"launchBrowser": false,
"environmentVariables": {
2019-11-15 08:47:56 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__name": "studio.notify",
"log__dir": "../../../Logs",
"ASPNETCORE_URLS": "http://localhost:5006",
"ASPNETCORE_ENVIRONMENT": "Development"
2019-08-01 08:47:15 +00:00
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
2019-08-01 08:47:15 +00:00
"launchBrowser": false,
"environmentVariables": {
2019-11-15 08:47:56 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__name": "studio.notify",
"log__dir": "../../../Logs",
"ASPNETCORE_URLS": "http://localhost:5006",
"ASPNETCORE_ENVIRONMENT": "Development"
2019-08-01 08:47:15 +00:00
},
"distributionName": "Ubuntu-20.04"
2019-08-01 08:47:15 +00:00
}
}
}