mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
# ------------------------------
|
|
# Vastbase Configuration
|
|
# ------------------------------
|
|
|
|
VASTBASE_PASSWORD=Difyai123456
|
|
VASTBASE_DATABASE=dify
|
|
VASTBASE_MIN_CONNECTION=1
|
|
VASTBASE_MAX_CONNECTION=5
|
|
VASTBASE_HOST=vastbase
|
|
VASTBASE_PORT=5432
|
|
VASTBASE_USER=dify
|