mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-05 17:07:43 +00:00
docs: refresh onboarding and examples
This commit is contained in:
@@ -2,6 +2,11 @@ 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 <token>
|
||||
# Use a long random token, 32+ characters recommended.
|
||||
ADMIN_METRICS_TOKEN=""
|
||||
|
||||
Reference in New Issue
Block a user