This commit is contained in:
cpu
2025-03-26 03:57:54 +01:00
parent 95a5b893ec
commit ba9704d3c2
3 changed files with 18 additions and 2 deletions

17
.env Normal file
View File

@@ -0,0 +1,17 @@
# 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