-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.domestic.example
More file actions
52 lines (39 loc) · 1.61 KB
/
.env.domestic.example
File metadata and controls
52 lines (39 loc) · 1.61 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# ==============================================================
# vault-mind -- domestic deployment template
# Copy to .env and fill in your values:
# cp .env.domestic.example .env
# source .env (or set in systemd / cron)
# ==============================================================
# -- Compile pipeline ------------------------------------------
# Provider: anthropic | qwen | doubao | minimax
COMPILE_PROVIDER=qwen
# API key for chosen provider
OPENAI_API_KEY=sk-your-qwen-key-here
# Tier override (optional; haiku/sonnet/opus map to provider models)
# COMPILE_MODEL=qwen-max
# -- Collectors ------------------------------------------------
# feishu-to-vault
FEISHU_APP_ID=cli_your_app_id
FEISHU_APP_SECRET=your_app_secret
# FEISHU_CHATS=oc_abc123,oc_def456
# FEISHU_LOOKBACK_DAYS=1
# napcat-to-vault (NapCatQQ / OneBot v11)
NAPCAT_URL=http://localhost:3000
NAPCAT_TOKEN=your_napcat_token
# voile-to-vault (QQ+WeChat via Voile Postgres)
VOILE_DB_URL=postgres://postgres:postgres@localhost:5432/voile
# VOILE_CHANNELS=123456789,987654321
# wechatmsg-to-vault (WeChatMsg local HTTP)
WECHATMSG_URL=http://localhost:5000
# astrbot-to-vault (AstrBot SQLite)
ASTRBOT_DATA_DIR=~/AstrBot/data
# weflow-to-vault (WeFlow WeChat HTTP)
WEFLOW_URL=http://localhost:9898
# WEFLOW_TOKEN=your_token_if_set
# linear-to-vault (Linear GraphQL -- international, no mirror needed)
# LINEAR_API_KEY=lin_api_xxx
# LINEAR_TEAMS=TEAM1,TEAM2
# x-to-vault (X/Twitter API)
# TWITTER_BEARER_TOKEN=your_token
# -- pip mirror (run manually once, not needed every run) ------
# pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple