mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
a21740942b
Co-authored-by: Evan Gentis <evan.gentis@gmail.com> Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
14 lines
338 B
Bash
14 lines
338 B
Bash
EMAIL_USERNAME="youremail@gmail.com"
|
|
EMAIL_PASSWORD="secretpassword"
|
|
NOTIFICATION_TEST="false"
|
|
PAGE_TIMEOUT="30000"
|
|
RATE_LIMIT_TIMEOUT="5000"
|
|
SLACK_CHANNEL="SlackChannelName"
|
|
SLACK_TOKEN="slack-token"
|
|
STORES="bestbuy,bandh,nvidia"
|
|
PHONE_NUMBER="1234567890"
|
|
PHONE_CARRIER="tmobile"
|
|
OPEN_BROWSER="true"
|
|
PLAY_SOUND="false"
|
|
SCREENSHOT="true"
|