Add Undercover specific endpoints and update config to allow externally addressable endpoints

This commit is contained in:
2026-01-04 13:26:55 -06:00
parent 4b1259c0fd
commit c2c24d6f83
3 changed files with 45 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5164",
"applicationUrl": "http://0.0.0.0:5164",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -14,7 +14,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7075;http://localhost:5164",
"applicationUrl": "https://0.0.0.0:7075;http://0.0.0.0:5164",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}