22 lines
535 B
Plaintext
22 lines
535 B
Plaintext
# 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
|
|
ENABLE_TELEGRAM_NOTIFICATIONS=true
|
|
NOTIFY_IMPOSSIBLE_BOOKING=false
|
|
|
|
# Email notification credentials
|
|
SMTP_SERVER=mail.infomaniak.com
|
|
EMAIL_FROM=your_email
|
|
EMAIL_TO=recipient_email
|
|
EMAIL_PASSWORD=email_password
|
|
|
|
# Telegram notification credentials
|
|
TELEGRAM_TOKEN=your_telegram_token
|
|
TELEGRAM_CHAT_ID=your_chat_id
|