18 lines
388 B
Bash
18 lines
388 B
Bash
# VAPID Keys for Web Push
|
|
VAPID_PRIVATE_KEY=
|
|
VAPID_PUBLIC_KEY=
|
|
|
|
# Flic Button Configuration
|
|
FLIC_BUTTON1_SERIAL=your_button1_serial
|
|
FLIC_BUTTON2_SERIAL=your_button2_serial
|
|
FLIC_BUTTON3_SERIAL=your_button3_serial
|
|
|
|
# Subscription Storage
|
|
SUBSCRIPTIONS_FILE=data/subscriptions.json
|
|
|
|
# Logging Configuration
|
|
LOG_LEVEL=INFO
|
|
|
|
# VAPID Claim Email
|
|
VAPID_CLAIM_EMAIL=mailto:your-email@example.com
|