Files
3cx_tapi/server/src/CPATapi.Server/Properties/launchSettings.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2026-03-18 11:27:11 +01:00
{
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "contact",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"CPATapiServer": {
"commandName": "Project",
"launchBrowser": true,
2026-03-19 13:35:53 +01:00
"launchUrl": "availability/users",
2026-03-18 11:27:11 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
2026-03-19 13:35:53 +01:00
"applicationUrl": "https://3cxtapi.cp-austria.at:5001;https://localhost:5001;http://localhost:5000"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/contact",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "8080"
},
"publishAllPorts": true,
"useSSL": false
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:62406",
"sslPort": 0
2026-03-18 11:27:11 +01:00
}
}
}