DocSpace-buildtools/products/ASC.CRM/Server/Properties/launchSettings.json
2021-03-23 18:41:56 +03:00

25 lines
666 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:64642",
"sslPort": 0
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/2.0/crm/contact/filter",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../Data",
"log__name": "crm",
"log__dir": "../../../Logs"
},
"applicationUrl": "http://localhost:5000"
}
}
}