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

27 lines
623 B
JSON
Raw Normal View History

2019-05-15 14:56:09 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5004",
2019-05-15 14:56:09 +00:00
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
2019-05-15 14:56:09 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"ASC.People": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5004",
2019-05-15 14:56:09 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}