Skip to content

Commit 8ea8cee

Browse files
committed
chore: update env
1 parent f996021 commit 8ea8cee

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.env.localtest.example

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# V2EX Cookie
2+
V2EX_COOKIE=
3+
4+
# NodeSeek Cookie (多账号用 & 分隔)
5+
NODESEEK_COOKIE=
6+
7+
# 一亩三分地 Cookie
8+
ONEPOINT3ACRES_COOKIE=
9+
10+
# 2Captcha API Key (一亩三分地需要)
11+
TWOCAPTCHA_APIKEY=
12+
13+
# Telegram 通知 (可选)
14+
TELEGRAM_TOKEN=
15+
TELEGRAM_CHAT_ID=

.env.test

Whitespace-only changes.

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ After configuring all content, please manually execute the `Setup CircleCI Conte
113113
pip install -r requirements.txt
114114

115115
# Copy env template and fill in your config
116-
cp .env.test .env
116+
cp .env.localtest.example .env
117117

118118
# Run check-in scripts
119119
python -m nodeseek.nodeseek

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ https://github.com/timerring/CloudCheckin/blob/0b719258ab4f5f746b067798eb2a4185a
156156
pip install -r requirements.txt
157157

158158
# 复制环境变量模板并填入你的配置
159-
cp .env.test .env
159+
cp .env.localtest.example .env
160160

161161
# 运行签到脚本
162162
python -m nodeseek.nodeseek

0 commit comments

Comments
 (0)