-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 756 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Environment Configuration
# Copy this file to .env and configure your settings
# DMV Appointment URL
BASE_URL=https://skiptheline.ncdot.gov/Webapp/Appointment/Index/a7ade79b-996d-4971-8766-97feb75254de
# Geolocation Settings (Raleigh, NC)
LATITUDE=35.7796
LONGITUDE=-78.6382
# Appointment Type Configuration
# You can specify either:
# 1. APPOINTMENT_TYPE_ID - The data-id attribute value (e.g., "10" for teen driver)
# 2. APPOINTMENT_TYPE_TEXT - The text content to match (e.g., "Limited provisional license - ages 16-17; Level 1 permit")
# If both are provided, APPOINTMENT_TYPE_ID takes precedence
APPOINTMENT_TYPE_ID=10
# APPOINTMENT_TYPE_TEXT=Limited provisional license - ages 16-17; Level 1 permit
# Test Configuration
HEADLESS=true
SLOW_MO=0