PhoneToolMX/PolyProv/Properties/launchSettings.json
snow flurry eff2dda7a4 Add PolyProv
Dynamic configuration for Polycom (VVX?) phones.
2023-10-20 12:58:23 -07:00

29 lines
681 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:44863",
"sslPort": 44352
}
},
"profiles": {
"PolyProv": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7041;http://localhost:5082",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}