Files
go-site-clone/config.yaml
2025-10-14 18:15:01 +08:00

14 lines
210 B
YAML

appName: "Go Desk"
# 当前监听的端口
port: 6997
# ws 连接地址
wsUrl: "106.12.33.188:6996"
# STUN 服务器地址
stunUrl: "stun:106.12.33.188:3478"
# api地址
apiUrl: "http://106.12.33.188:6996"