40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"launchUrl": "contact",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"CPATapiServer": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "availability/users",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
} |