config
This commit is contained in:
17
.env
Normal file
17
.env
Normal 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
|
||||
Reference in New Issue
Block a user