Fix .env.example - correct port from 123456 to 8889 and ES port from 92000 to 9200
This commit is contained in:
parent
a36352bfcf
commit
30eb5070c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue