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

30 lines
770 B
JSON
Raw Normal View History

2020-04-16 19:41:37 +00:00
{
2020-03-02 15:38:31 +00:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:64642",
"sslPort": 0
}
},
2020-04-16 19:41:37 +00:00
"$schema": "http://json.schemastore.org/launchsettings.json",
2020-03-02 15:38:31 +00:00
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "weatherforecast",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Kestrel WebServer": {
"commandName": "Project",
"launchBrowser": true,
2020-04-16 19:41:37 +00:00
"launchUrl": "api/2.0/crm/task/10",
2020-03-02 15:38:31 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2020-04-16 19:41:37 +00:00
},
"applicationUrl": "http://localhost:5000"
2020-03-02 15:38:31 +00:00
}
}
}