From 75d04c4098b85b0bd6d9814bc5da836b249a85ca Mon Sep 17 00:00:00 2001 From: Martin Herrlein Date: Tue, 4 Aug 2026 17:17:09 +0200 Subject: [PATCH] Use a dedicated Reverb dev port --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 05a34e5..5f215a6 100644 --- a/.env.example +++ b/.env.example @@ -68,7 +68,8 @@ REVERB_APP_ID=local REVERB_APP_KEY=local REVERB_APP_SECRET=local REVERB_HOST=localhost -REVERB_PORT=8080 +REVERB_PORT=8081 +REVERB_SERVER_PORT=8081 REVERB_SCHEME=http VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"