Files
cat-sitting-planner/.env.example

9 lines
251 B
Plaintext

# 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"