Files
midrandbooks/MidrandBookshop/Properties/launchSettings.json
T
Khwezi Mngoma 17a74ca750
continuous-integration/drone/pr Build is failing
Refactore the entire k8s manifest for pure https routing
2026-06-14 17:48:39 +02:00

24 lines
659 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5053",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:8440;http://localhost:8083",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}