You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.example
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,13 @@
14
14
OSSE_DOMAIN=osse.localhost
15
15
# Can be local or prod
16
16
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)
18
18
OSSE_BROADCAST_PORT=8090
19
19
# Port 4200 is also in use if in development mode.
20
20
# Redis instance. Valkey works fine too! A default installation will require no changes here.
21
21
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
23
24
24
25
# The paths to scan for music. See examples below. Only absolute paths are supported (no ~ or env vars). Separate directories with comma.
25
26
# 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