# 应用配置 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