chore: format
This commit is contained in:
28
apps/dify/.env.example
Normal file
28
apps/dify/.env.example
Normal file
@@ -0,0 +1,28 @@
|
||||
# Dify version
|
||||
DIFY_VERSION="0.18.2"
|
||||
|
||||
# Database configuration
|
||||
POSTGRES_USER="dify"
|
||||
POSTGRES_PASSWORD="difypass"
|
||||
POSTGRES_DB="dify"
|
||||
|
||||
# Redis configuration
|
||||
REDIS_PASSWORD=""
|
||||
|
||||
# Application configuration
|
||||
SECRET_KEY="sk-xxxxxx"
|
||||
LOG_LEVEL="INFO"
|
||||
|
||||
# API URLs
|
||||
DIFY_API_URL="http://localhost:5001"
|
||||
DIFY_APP_URL="http://localhost:3000"
|
||||
|
||||
# Port override
|
||||
DIFY_PORT_OVERRIDE=3000
|
||||
|
||||
# Storage type: local, s3, azure-blob, etc.
|
||||
STORAGE_TYPE="local"
|
||||
|
||||
# Vector store type: weaviate, milvus, qdrant, etc.
|
||||
VECTOR_STORE="weaviate"
|
||||
WEAVIATE_VERSION="1.28.12"
|
||||
Reference in New Issue
Block a user