fix: change default port from 80 to 8000 to avoid admin permission requirement on Windows
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
server:
|
||||
host: 0.0.0.0
|
||||
port: 80
|
||||
port: 8000
|
||||
debug: false
|
||||
data:
|
||||
schema_strict: false
|
||||
|
||||
Reference in New Issue
Block a user