Skip to content

Commit b34cd7a

Browse files
committed
Add notes
1 parent 9832a83 commit b34cd7a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
OSSE_DOMAIN=osse.localhost
1515
# Can be local or prod
1616
OSSE_ENV=prod
17-
# Internal ports (never exposed publicly, but they need to not be in use)
17+
# Internal ports (docker makes it available outside the container)
1818
OSSE_BROADCAST_PORT=8090
1919
# Port 4200 is also in use if in development mode.
2020
# Redis instance. Valkey works fine too! A default installation will require no changes here.
2121
OSSE_REDIS_HOST="localhost"
22-
OSSE_REDIS_POST=6379
22+
# Redis port to connect to. If using docker, this will also expose valkey on this port.
23+
OSSE_REDIS_PORT=6379
2324

2425
# The paths to scan for music. See examples below. Only absolute paths are supported (no ~ or env vars). Separate directories with comma.
2526
# If you are using docker, only 1 folder is supported. You can make symlinks to join directories into 1, or modify the docker compose file to put additional folders into /music

0 commit comments

Comments
 (0)