rmaps-online/.env.example

22 lines
722 B
Plaintext

# rMaps.online Environment Variables
# Application
NODE_ENV=development
PORT=3000
# c3nav Integration (optional - defaults to 39c3)
C3NAV_BASE_URL=https://39c3.c3nav.de
# WebSocket Sync Server (required for multi-user location sharing)
# For local development: ws://localhost:3001
# For production: wss://sync.rmaps.online
NEXT_PUBLIC_SYNC_URL=wss://sync.rmaps.online
# Push Notifications (VAPID keys)
# Generate with: cd sync-server && npx web-push generate-vapid-keys
# The public key must be shared with the client (NEXT_PUBLIC_)
NEXT_PUBLIC_VAPID_PUBLIC_KEY=BNWACJudUOeHEZKEFB-0Wz086nHYsWzj12LqQ7lsUNT38ThtNUoZTJYEH9lttQitCROE2G3Ob71ZUww47yvCDbk
# Analytics (optional)
# NEXT_PUBLIC_PLAUSIBLE_DOMAIN=rmaps.online