Merge branch 'improved-installation' into 'develop'

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

See merge request funkwhale/funkwhale!105
This commit is contained in:
Eliot Berriot 2018-03-23 20:47:18 +00:00
commit 8dd62088aa
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
# -----------