fix:修改本地数据库地址。

This commit is contained in:
2026-07-31 21:53:52 +08:00
parent b868e63e40
commit 94c8305d9c
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
# ========================================
# PostgreSQL 数据库连接
QUANT_DB_HOST=192.168.27.15
QUANT_DB_PORT=12345
QUANT_DB_HOST=192.168.27.11
QUANT_DB_PORT=5438
QUANT_DB_NAME=quant_db
QUANT_DB_USER=postgres
QUANT_DB_PASSWORD=your_password_here