fix: change default port from 80 to 8000 to avoid admin permission requirement on Windows

This commit is contained in:
PM-pinou
2026-07-23 13:29:33 +08:00
parent 12cd607837
commit 8bac406116
+1 -1
View File
@@ -1,6 +1,6 @@
server:
host: 0.0.0.0
port: 80
port: 8000
debug: false
data:
schema_strict: false