mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
# ------------------------------
|
|
# Couchbase Configuration
|
|
# ------------------------------
|
|
|
|
COUCHBASE_PASSWORD=password
|
|
COUCHBASE_BUCKET_NAME=Embeddings
|
|
COUCHBASE_SCOPE_NAME=_default
|
|
COUCHBASE_CONNECTION_STRING=couchbase://couchbase-server
|
|
COUCHBASE_USER=Administrator
|