fix
This commit is contained in:
@@ -12,6 +12,13 @@ SLIDER_VERIFY_KEY=408449830
|
||||
# 优先 WECHAT_WS_KEY,未设置则使用 KEY(登录参数填的 key)
|
||||
# WECHAT_WS_KEY=HBpEnbtj9BJZ
|
||||
|
||||
# 登录/唤醒时代理(可选):该值会传给 7006,由 7006 使用。必须为 7006 能访问的公网地址
|
||||
# 快速方式:先运行代理桥接 + cloudflared 暴露,自动写入本文件:
|
||||
# python3 scripts/local_proxy_bridge.py # 终端1
|
||||
# ./scripts/expose-proxy-with-cloudflared.sh # 终端2,会写 HTTP_PROXY/HTTPS_PROXY
|
||||
# HTTP_PROXY=https://xxx.trycloudflare.com
|
||||
# HTTPS_PROXY=https://xxx.trycloudflare.com
|
||||
|
||||
# 消息实时回调(主入口):设置后向 7006 注册 SetCallback,新消息由 7006 POST 到本服务,不再走 WS
|
||||
# 需为 7006 能访问到的公网地址,例如 https://your-domain.com
|
||||
# CALLBACK_BASE_URL=https://your-domain.com
|
||||
|
||||
Reference in New Issue
Block a user