Files
urbanLifeline/difyPlugin/.env.example

17 lines
214 B
Plaintext
Raw Normal View History

2025-12-30 13:38:32 +08:00
# 应用配置
APP_NAME=DifyPlugin
APP_VERSION=1.0.0
DEBUG=false
# API配置
API_V1_PREFIX=/api/v1
# 跨域配置
CORS_ORIGINS=["*"]
# Redis配置
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DB=0