chore: remove hardcoded production domain references

This commit is contained in:
237899745
2026-02-27 15:27:45 +08:00
parent 5d5ddf0679
commit a74753123a
4 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ from typing import Any, Iterable
DEFAULT_WCPP_BASE_URL = os.environ.get("WCPP_BASE_URL", "http://127.0.0.1:18238")
DEFAULT_XIBAO_BASE_URL = os.environ.get("XIBAO_BASE_URL", "https://zc.workyai.cn")
DEFAULT_XIBAO_BASE_URL = os.environ.get("XIBAO_BASE_URL", "http://127.0.0.1:8787")
DEFAULT_SESSION_FILE = Path(
os.environ.get("WCPP_SESSION_FILE", "/root/WeChatPadPro_test_20260227/webui/.session.json")
)