mirror of https://github.com/langgenius/dify.git
db internal server error (#24947)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
a9c7669c16
commit
56afb3fd64
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Reference in New Issue