mirror of
https://github.com/langgenius/dify.git
synced 2026-06-17 03:40:40 +08:00
48d27e250b
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
12 lines
259 B
Bash
12 lines
259 B
Bash
# ------------------------------
|
|
# 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
|