docs: push notification setup in README, fix VAPID_SUBJECT example
- .env.example: VAPID_SUBJECT without mailto: prefix (library adds it) - README: VAPID env vars in table, push notification setup section - README: add dm/ to project structure, keygen instructions - README: iOS tap-gesture requirement and Android battery optimization notes
This commit is contained in:
+1
-1
@@ -20,6 +20,6 @@ LIVEKIT_API_SECRET=<gener...n
|
||||
# Web Push
|
||||
VAPID_PUBLIC_KEY=<generated>
|
||||
VAPID_PRIVATE_KEY=<generated>
|
||||
VAPID_SUBJECT=mailto:admin@your.domain
|
||||
VAPID_SUBJECT=admin@your.domain
|
||||
# Integrations
|
||||
GIPHY_API_KEY=your_giphy_api_key_here
|
||||
|
||||
Reference in New Issue
Block a user