diff --git a/.gitignore b/.gitignore index b512c09..1fdc3c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -node_modules \ No newline at end of file +node_modules +.env* +!.env*example diff --git a/prompts/.env.example b/prompts/.env.example index 1517514..f5aad45 100644 --- a/prompts/.env.example +++ b/prompts/.env.example @@ -19,4 +19,5 @@ 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 \ No newline at end of file