first commit

This commit is contained in:
Khwezi Mngoma
2026-02-22 16:47:00 +02:00
commit 3b38497537
11 changed files with 686 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"profiles": {
"apps": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:56438;http://localhost:56439"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORTS": "8081",
"ASPNETCORE_HTTP_PORTS": "8080"
},
"publishAllPorts": true,
"useSSL": true
}
}
}