mirror of
https://github.com/langgenius/dify.git
synced 2026-06-03 08:16:37 +08:00
48d27e250b
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
10 lines
225 B
Bash
10 lines
225 B
Bash
# ------------------------------
|
|
# Pgvecto Rs Configuration
|
|
# ------------------------------
|
|
|
|
PGVECTO_RS_HOST=pgvecto-rs
|
|
PGVECTO_RS_PORT=5432
|
|
PGVECTO_RS_USER=postgres
|
|
PGVECTO_RS_PASSWORD=difyai123456
|
|
PGVECTO_RS_DATABASE=dify
|