Update configuration for deployment

- Change API base address to external IP for development
- Update launch settings to bind to any host interface
- Remove commented CORS policy code
This commit is contained in:
2026-02-04 21:29:00 +01:00
parent 8f2284e1fc
commit fd8395cc48
3 changed files with 2 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
{
"ApiBaseAddress": "http://localhost:5055"
"ApiBaseAddress": "http://10.20.30.99:5055"
}