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

31 lines
774 B
JSON
Raw Normal View History

2021-04-21 16:00:38 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5022",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"$STORAGE_ROOT": "../../../Data",
"log__dir": "../../../Logs",
"log__name": "mail",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"ASC.Mail": {
"commandName": "Project",
2021-04-21 16:00:38 +00:00
"environmentVariables": {
"$STORAGE_ROOT": "../../../Data",
"log__dir": "../../../Logs",
"log__name": "mail",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5022"
}
}
}