17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
# rMaps.online Environment Variables
|
|
|
|
# Application
|
|
NODE_ENV=development
|
|
PORT=3000
|
|
|
|
# c3nav Integration (optional - defaults to 38c3)
|
|
C3NAV_BASE_URL=https://38c3.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
|
|
|
|
# Analytics (optional)
|
|
# NEXT_PUBLIC_PLAUSIBLE_DOMAIN=rmaps.online
|