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>
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
# ------------------------------
|
|
# Pgvector Configuration
|
|
# ------------------------------
|
|
|
|
PGVECTOR_PGUSER=postgres
|
|
PGVECTOR_POSTGRES_PASSWORD=difyai123456
|
|
PGVECTOR_POSTGRES_DB=dify
|
|
PGVECTOR_PGDATA=/var/lib/postgresql/data/pgdata
|