update
This commit is contained in:
27
prompts/.env.example
Normal file
27
prompts/.env.example
Normal file
@@ -0,0 +1,27 @@
|
||||
# AI Configuration
|
||||
KEVISUAL_NEW_API_KEY=your_api_key_here
|
||||
|
||||
# Redis
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
REDIS_DB=0
|
||||
|
||||
# POCKETBASE
|
||||
POCKETBASE_URL=https://root.pb.kevisual.cn
|
||||
POCKETBASE_TOKEN=your_pocketbase_token_here
|
||||
|
||||
# jimeng API
|
||||
JIMENG_API_KEY=your_jimeng_api_key
|
||||
JIMENG_API_URL=https://jimeng-api.kevisual.cn/v1
|
||||
JIMENG_TIMEOUT=300000
|
||||
|
||||
# S3
|
||||
S3_BUCKET=your_bucket_name
|
||||
S3_ACCESS_KEY_ID=your_access_key
|
||||
S3_ACCESS_KEY_SECRET=your_secret_key
|
||||
S3_REGION=cn-beijing
|
||||
S3_ENDPOINT=tos-cn-beijing.volces.com
|
||||
|
||||
## 飞书提醒
|
||||
FEISHU_NOTIFY_WEBHOOK_URL=your_feishu_webhook_url
|
||||
Reference in New Issue
Block a user