Files
Hushian/Presentation/Hushian.WebApi/Properties/launchSettings.json

31 lines
863 B
JSON
Raw Permalink Normal View History

2025-09-02 18:19:20 +03:30
{
2025-07-11 20:37:28 +03:30
"profiles": {
"http": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2025-09-02 18:19:20 +03:30
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5089"
2025-07-11 20:37:28 +03:30
},
"https": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2025-09-02 18:19:20 +03:30
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7046;http://localhost:5089"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORTS": "8081",
"ASPNETCORE_HTTP_PORTS": "8080"
},
"publishAllPorts": true,
"useSSL": true
2025-07-11 20:37:28 +03:30
}
2025-09-02 18:19:20 +03:30
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}