-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy path.env
27 lines (20 loc) · 837 Bytes
/
.env
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
# Location of geckodriver. Ex: "C:\path\to\geckodriver.exe" or "./geckodriver.exe"
WEBDRIVER_PATH="./geckodriver.exe"
# Leave any of these Twilio sections blank to disable the feature.
# Where to send SMS messages to. Must include country code. Ex: "+15556667777"
TWILIO_TO_NUM=""
# Your Twilio number. Must include country code. Ex: "+12223334444"
TWILIO_FROM_NUM=""
# Your Twilio Credentials, get these from your Twilio dashboard
TWILIO_SID=""
TWILIO_AUTH=""
# Webhook for discord we should post to. Leave blank to disable.
DISCORD_WEBHOOK_URL=""
# Delay Config
# Delay after we've found a card in stock
ALERT_DELAY=60
# Variable delay will be between these two values
MIN_DELAY=3
MAX_DELAY=12
# Variable to decide if a web browser should open automatically (set to false if running on a headless server)
OPEN_WEB_BROWSER="true"