将 postgresql_info.py 移出 native/,合并到 core/config.py 或 infra/db/,便于后续项目环境变量读取发生变化

This commit is contained in:
2026-03-09 14:41:50 +08:00
parent 20ab08e206
commit ed1eb74cfb
12 changed files with 45 additions and 46 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import pytz
import app.infra.db.influxdb.info as influxdb_info
import app.services.project_info as project_info
import app.services.time_api as time_api
from app.native.wndb.postgresql_info import get_pgconn_string
from app.core.config import get_pgconn_string
# influxdb数据库连接信息
url = influxdb_info.url