From fa3341cc8eb302acb1c97c1ce5d9c8079d7910fa Mon Sep 17 00:00:00 2001 From: Koala <6156589+Shik3i@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:51:44 +0200 Subject: [PATCH] docs(server): quote values in env.example and set empty token --- server/.env.example | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/server/.env.example b/server/.env.example index c675bc2..310e833 100644 --- a/server/.env.example +++ b/server/.env.example @@ -1,7 +1,8 @@ -PORT=3000 -MIN_VERSION=1.0.0 -MAX_ROOMS=1000 -MAX_PEERS_PER_ROOM=25 +PORT="3000" +MIN_VERSION="1.0.0" +MAX_ROOMS="1000" +MAX_PEERS_PER_ROOM="25" # Optional: enables aggregate-only admin metrics on /health with Authorization: Bearer # Use a long random token, 32+ characters recommended. -ADMIN_METRICS_TOKEN= +ADMIN_METRICS_TOKEN="" +