feat: Time delta as env var

This commit is contained in:
kbe
2025-08-04 21:45:28 +02:00
parent 90923b0f1c
commit d31976084a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
# CrossFit booking credentials
CROSSFIT_USERNAME=your_username
CROSSFIT_PASSWORD=your_password
TARGET_RESERVATION_TIME="20:01"
BOOKING_WINDOW_END_DELTA_MINUTES="10"
# Notification settings
ENABLE_EMAIL_NOTIFICATIONS=true