dify插件初步构建
This commit is contained in:
16
difyPlugin/.env.example
Normal file
16
difyPlugin/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# 应用配置
|
||||
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
|
||||
Reference in New Issue
Block a user