From 56afb3fd64401a2ff30832f37104b89e52d4aeaf Mon Sep 17 00:00:00 2001 From: zz_xu <591933870@qq.com> Date: Wed, 3 Sep 2025 22:44:22 +0800 Subject: [PATCH] db internal server error (#24947) Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> --- api/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.env.example b/api/.env.example index e947c5584..eb88c114e 100644 --- a/api/.env.example +++ b/api/.env.example @@ -75,6 +75,7 @@ DB_PASSWORD=difyai123456 DB_HOST=localhost DB_PORT=5432 DB_DATABASE=dify +SQLALCHEMY_POOL_PRE_PING=true # Storage configuration # use for store upload files, private keys...