From c9d00a1b04a8c4d544bfff25e7f6fa16a7317e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Sun, 1 Feb 2026 19:39:26 +0800 Subject: [PATCH] admin share --- utils/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/settings.py b/utils/settings.py index 920d275..1cc86fe 100644 --- a/utils/settings.py +++ b/utils/settings.py @@ -49,7 +49,7 @@ MCP_SSE_READ_TIMEOUT = int(os.getenv("MCP_SSE_READ_TIMEOUT", 300)) # SSE 读取 # PostgreSQL 连接字符串 # 格式: postgresql://user:password@host:port/database #CHECKPOINT_DB_URL = os.getenv("CHECKPOINT_DB_URL", "postgresql://postgres:AeEGDB0b7Z5GK0E2tblt@dev-circleo-pg.celp3nik7oaq.ap-northeast-1.rds.amazonaws.com:5432/gptbase") -CHECKPOINT_DB_URL = os.getenv("CHECKPOINT_DB_URL", "postgresql://moshui:@localhost:5432/moshui") +CHECKPOINT_DB_URL = os.getenv("CHECKPOINT_DB_URL", "postgresql://postgres:E5ACJo6zJub4QS@192.168.102.5:5432/agent_db") # 连接池大小 # 同时可以持有的最大连接数