-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path.env.example
More file actions
16 lines (12 loc) · 754 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (12 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EMAIL='<your usvisa-info.com email>'
PASSWORD='<your usvisa-info.com password>'
COUNTRY_CODE='country code for usvisa-info e.g en-ca'
SCHEDULE_ID='you can find this when you visit your usvisa-info account and you try to reschedule'
FACILITY_ID='which of the city you want to check for earliest date'
NODE_ENV='prod'
NEXT_SCHEDULE_POLL= 10000 # delay before performing the next check for appointment in milliseconds
MAX_NUMBER_OF_POLL= 1000 # maximum number of poll before stopping the process
NOTIFY_ON_DATE_BEFORE= 'date in format YYYY-MM-DD to check against in case we found a date earlier to notify you'
NOTIFY_EMAILS='comma separated list of emails to notify when there's a spot'
MAILGUN_DOMAIN='mailgun domain'
MAILGUN_API_KEY='mailgun api key'