-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
28 lines (25 loc) · 730 Bytes
/
.env.example
File metadata and controls
28 lines (25 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
###
# @Author: liangyz liangyz@seirobotics.net
# @Date: 2026-01-12 16:48:44
# @LastEditors: liangyz liangyz@seirobotics.net
# @LastEditTime: 2026-01-14 12:38:20
# @FilePath: /lark_agent/.env.example
###
# Lark App Credentials
LARK_APP_ID=
LARK_APP_SECRET=
LARK_ENCRYPT_KEY=
LARK_VERIFICATION_TOKEN=
# Feishu Project API Configuration
# Base URL for Feishu Project API (default: https://project.feishu.cn)
FEISHU_PROJECT_BASE_URL=https://project.feishu.cn
# User Credentials for Project API
FEISHU_PROJECT_USER_TOKEN=
FEISHU_PROJECT_USER_KEY=
FEISHU_PROJECT_KEY=
FEISHU_TEST_PROJECT_KEY=
# Plugin
FEISHU_PROJECT_PLUGIN_ID=
FEISHU_PROJECT_PLUGIN_SECRET=
# Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL
LOG_LEVEL=DEBUG