Update service port from 5000 to 2414 and adjust related configurations

This commit is contained in:
Phoenix
2025-08-07 17:53:54 +08:00
parent d6efa9163b
commit f2a0818d0e
11 changed files with 11 additions and 104 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
"Url": "http://*:2414"
}
}
},