feat: implement pwa push notifications
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# Database
|
||||
DATABASE_URL="file:./dev.db"
|
||||
|
||||
# Web Push Notifications
|
||||
# Generate these with: npx web-push generate-vapid-keys
|
||||
NEXT_PUBLIC_VAPID_PUBLIC_KEY="<your_public_key>"
|
||||
VAPID_PRIVATE_KEY="<your_private_key>"
|
||||
VAPID_SUBJECT="mailto:admin@example.com"
|
||||
Reference in New Issue
Block a user