From 81785e3c25fb9f03e48ddb18b7c13e5860c426aa Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Tue, 8 Jan 2019 14:38:52 +0100 Subject: [PATCH] Fixed a typo in sample env comments --- deploy/env.prod.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample index 3918f95e3..b8d3cd312 100644 --- a/deploy/env.prod.sample +++ b/deploy/env.prod.sample @@ -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