Make more explicit the fact that most variables don't need editing on docker setups

This commit is contained in:
Eliot Berriot 2018-03-23 21:45:17 +01:00
parent ae65190364
commit d134b23a6e
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 3 additions and 2 deletions

View File

@ -4,12 +4,13 @@
# - DJANGO_ALLOWED_HOSTS
# - FUNKWHALE_URL
# Additionaly, on non-docker setup, you'll also have to tweak/uncomment those
# variables:
# Additionaly, on non-docker setup **only**, you'll also have to tweak/uncomment those variables:
# - DATABASE_URL
# - CACHE_URL
# - STATIC_ROOT
# - MEDIA_ROOT
#
# You **don't** need to update those variables on pure docker setups.
# Docker only
# -----------