Config: change Kestrel listen port to 5010 to avoid conflicts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 15:48:32 -05:00
parent a7c304ccb5
commit f4ab4c4e7d

View File

@@ -14,7 +14,7 @@
"Kestrel": { "Kestrel": {
"Endpoints": { "Endpoints": {
"Http": { "Http": {
"Url": "http://0.0.0.0:5005" "Url": "http://0.0.0.0:5010"
} }
} }
}, },