Fix .env.example - correct port from 123456 to 8889 and ES port from 92000 to 9200

This commit is contained in:
Iulian 2025-12-16 23:58:20 +00:00
parent a36352bfcf
commit 30eb5070c0

View file

@ -1,10 +1,10 @@
# SoundWave Configuration # SoundWave Configuration
SW_HOST=http://localhost:123456 SW_HOST=http://localhost:8889
SW_USERNAME=admin SW_USERNAME=admin
SW_PASSWORD=soundwave SW_PASSWORD=soundwave
ELASTIC_PASSWORD=soundwave ELASTIC_PASSWORD=soundwave
REDIS_HOST=soundwave-redis REDIS_HOST=soundwave-redis
ES_URL=http://soundwave-es:92000 ES_URL=http://soundwave-es:9200
TZ=UTC TZ=UTC
# Optional settings # Optional settings