forked from TheNetsky/Microsoft-Rewards-Script
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
32 lines (30 loc) · 965 Bytes
/
env.example
File metadata and controls
32 lines (30 loc) · 965 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
29
30
31
32
# 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 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
#ACCOUNT_1_LANG_CODE=en
#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
#ACCOUNT_2_LANG_CODE=en
#ACCOUNT_2_PROXY_AXIOS=false
#ACCOUNT_2_PROXY_URL=
#ACCOUNT_2_PROXY_PORT=0
#ACCOUNT_2_PROXY_USERNAME=
#ACCOUNT_2_PROXY_PASSWORD=