Deploy huijutec package and stabilize AI model
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
# XXX frpc template for exposing the local Docker web entry http://127.0.0.1:4002
|
||||
# XXX Replace serverAddr and auth.token before deploying; do not commit real production tokens.
|
||||
# XXX huijutec.cn frpc 配置。普通 docker-compose.yaml 可使用本文件。
|
||||
# XXX QNAP/QTS 部署优先使用 frpc/frpc.nas.toml。
|
||||
|
||||
# 基础连接配置
|
||||
serverAddr = "XX.XX.XX.XX"
|
||||
serverAddr = "82.157.255.195"
|
||||
serverPort = 7000
|
||||
|
||||
# 权限验证 - 必须与服务端一致
|
||||
auth.method = "token"
|
||||
auth.token = "XXX"
|
||||
auth.token = "en.xjtu.edu.cn"
|
||||
|
||||
# 传输配置优化
|
||||
transport.poolCount = 5
|
||||
transport.heartbeatTimeout = -1
|
||||
|
||||
# --- 映射 图文系统访问端口 (TCP) ---
|
||||
[[proxies]]
|
||||
name = "TuWen_System_V2"
|
||||
type = "tcp"
|
||||
|
||||
Reference in New Issue
Block a user