clean up
This commit is contained in:
17
.env
17
.env
@@ -1,17 +0,0 @@
|
||||
# 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
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
myenv
|
||||
.vscode
|
||||
subscriptions.json
|
||||
subscriptions.json
|
||||
.env
|
||||
Reference in New Issue
Block a user