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:
aj
2026-02-25 15:48:58 -05:00
co-authored by Claude Opus 4.6
parent a7c304ccb5
commit f4ab4c4e7d
+1 -1
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"
} }
} }
}, },