-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathenv.example
More file actions
37 lines (35 loc) · 1.29 KB
/
Copy pathenv.example
File metadata and controls
37 lines (35 loc) · 1.29 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
# Microsoft Rewards Script — Account Credentials
# Copy this file to .env and fill in your details.
# .env should be in your .gitignore — never commit your credentials.
#
# Add one numbered block per account starting at 1.
# The script stops looking at the first missing ACCOUNT_N_EMAIL.
#
# 国内用户推荐:
# ACCOUNT_*_GEO_LOCALE=cn (走中国热搜 + cn.bing.com)
# ACCOUNT_*_LANG_CODE=zh (中文界面)
# 热搜源在 compose.yaml 里设:CONFIG_QUERY_ENGINES='china,local'
# Account 1
ACCOUNT_1_EMAIL=you@example.com
ACCOUNT_1_PASSWORD=your_password
#ACCOUNT_1_TOTP_SECRET=
#ACCOUNT_1_RECOVERY_EMAIL=
#ACCOUNT_1_GEO_LOCALE=auto # 国内建议设 cn(走中国热搜、cn.bing.com)
#ACCOUNT_1_LANG_CODE=en # 国内建议设 zh
#ACCOUNT_1_PROXY_AXIOS=false
#ACCOUNT_1_PROXY_URL=
#ACCOUNT_1_PROXY_PORT=0
#ACCOUNT_1_PROXY_USERNAME=
#ACCOUNT_1_PROXY_PASSWORD=
# Account 2 (optional, duplicate block and increment for more)
#ACCOUNT_2_EMAIL=second@example.com
#ACCOUNT_2_PASSWORD=your_password
#ACCOUNT_2_TOTP_SECRET=
#ACCOUNT_2_RECOVERY_EMAIL=
#ACCOUNT_2_GEO_LOCALE=auto # 国内建议设 cn
#ACCOUNT_2_LANG_CODE=en # 国内建议设 zh
#ACCOUNT_2_PROXY_AXIOS=false
#ACCOUNT_2_PROXY_URL=
#ACCOUNT_2_PROXY_PORT=0
#ACCOUNT_2_PROXY_USERNAME=
#ACCOUNT_2_PROXY_PASSWORD=