diff --git a/config.py b/config.py index 6a88fb5..e09c105 100644 --- a/config.py +++ b/config.py @@ -10,8 +10,8 @@ import json # 用于将令牌保存为 JSON 格式 # 后端服务器配置 # BACKEND_HOST = "192.168.5.233" # BACKEND_HOST = "192.168.5.12" -BACKEND_HOST = "shuidrop.com" -# BACKEND_HOST = "test.shuidrop.com" +# BACKEND_HOST = "shuidrop.com" +BACKEND_HOST = "test.shuidrop.com" # BACKEND_PORT = "8000" BACKEND_PORT = "" # BACKEND_WS_URL = f"ws://{BACKEND_HOST}:{BACKEND_PORT}"