fischer-site/.env.example

25 lines
885 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 菲西尔咨询表单服务环境变量配置
# 复制此文件为 .env 并填写实际值
# 服务配置
PORT=4001
# 飞书应用配置(在飞书开放平台创建应用获取)
FEISHU_APP_ID=cli_xxxxxxxxxxxxxxxx
FEISHU_APP_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# 飞书多维表格配置
# 在飞书多维表格URL中找到 app_token格式https://xxx.feishu.cn/bitable/xxxxx
FEISHU_BITABLE_APP_TOKEN=basxxxxxxxxxxxxxxxx
# 多维表格中的数据表 table_id
# 在多维表格中点击数据表右上角"..." -> "关于此数据表" -> "数据表 ID"
FEISHU_BITABLE_TABLE_ID=tblXXXXXXXXXXXXXX
# 飞书机器人 Webhook可选用于发送即时通知
# 在飞书群中添加自定义机器人获取
FEISHU_WEBHOOK_URL=https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# 本地数据存储目录
DATA_DIR=/opt/ai-landing/data