From b246923283bd18aa824e30a6fb8bb528b8428387 Mon Sep 17 00:00:00 2001 From: cpu Date: Wed, 26 Mar 2025 08:21:33 +0100 Subject: [PATCH] clean up --- .env | 17 ----------------- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 3f76dfe..0000000 --- a/.env +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore index 0be424f..d9c160d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ myenv .vscode -subscriptions.json \ No newline at end of file +subscriptions.json +.env \ No newline at end of file