暂提更新

This commit is contained in:
super
2026-03-22 11:35:45 +08:00
parent 8e66926b9e
commit 24cf47e1e3
19 changed files with 95 additions and 50 deletions

View File

@@ -6,8 +6,9 @@ STITCH_WORKFLOW_ID = "7608813873483300907"
import os
from dotenv import load_dotenv
load_dotenv()
_base_url = os.getenv("base_url","http://159.75.121.33:15124")
java_api_base = os.getenv("java_api_base", "http://127.0.0.1:18080")
_base_url = os.getenv("base_url","http://159.75.121.33:15124")
java_api_base = os.getenv("java_api_base", "http://127.0.0.1:18080")
JAVA_API_BASE = java_api_base
# MySQL 配置
mysql_host = os.getenv("mysql_host")