PORT="3000" MIN_VERSION="1.0.0" MAX_ROOMS="1000" MAX_PEERS_PER_ROOM="25" # Required for production/self-hosting: unique random salt used for room-password hashes. # Generate one with: openssl rand -base64 32 SERVER_SALT="" # Optional: enables aggregate-only admin metrics on /health with Authorization: Bearer # Use a long random token, 32+ characters recommended. ADMIN_METRICS_TOKEN="" # Optional: set to "1" to enable verbose connection, room-join/leave, and CORS logs in the console. Default is "0" (disabled). DEBUG_LOGGING="0"