Fixed a typo in sample env comments
This commit is contained in:
parent
4afcc884f1
commit
81785e3c25
|
@ -112,8 +112,8 @@ RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f
|
|||
# You can safely leave those settings uncommented if you don't plan to use
|
||||
# in place imports.
|
||||
# Typical docker setup:
|
||||
# MUSIC_DIRECTORY_PATH=/srv/funkwhale/data/music
|
||||
# MUSIC_DIRECTORY_SERVE_PATH=/music # docker-only
|
||||
# MUSIC_DIRECTORY_PATH=/music # docker-only
|
||||
# MUSIC_DIRECTORY_SERVE_PATH=/srv/funkwhale/data/music
|
||||
# Typical non-docker setup:
|
||||
# MUSIC_DIRECTORY_PATH=/srv/funkwhale/data/music
|
||||
# # MUSIC_DIRECTORY_SERVE_PATH= # stays commented, not needed
|
||||
|
|
Loading…
Reference in New Issue