feat:将两个接口端口分离

This commit is contained in:
2024-07-06 16:50:37 +08:00
parent ad761407b7
commit 6af0a0bbf9
2 changed files with 29 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
[server]
port=8080
debug=1
port-web=8080
port-api=8081
debug=0
host=0.0.0.0
threaded=1