From 30eb5070c0218d8130605f523a6516705ea0bc27 Mon Sep 17 00:00:00 2001 From: Iulian Date: Tue, 16 Dec 2025 23:58:20 +0000 Subject: [PATCH] Fix .env.example - correct port from 123456 to 8889 and ES port from 92000 to 9200 --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 6b0b5b5..fef393d 100644 --- a/.env.example +++ b/.env.example @@ -1,10 +1,10 @@ # SoundWave Configuration -SW_HOST=http://localhost:123456 +SW_HOST=http://localhost:8889 SW_USERNAME=admin SW_PASSWORD=soundwave ELASTIC_PASSWORD=soundwave REDIS_HOST=soundwave-redis -ES_URL=http://soundwave-es:92000 +ES_URL=http://soundwave-es:9200 TZ=UTC # Optional settings