Make more explicit the fact that most variables don't need editing on docker setups
This commit is contained in:
parent
ae65190364
commit
d134b23a6e
|
@ -4,12 +4,13 @@
|
||||||
# - DJANGO_ALLOWED_HOSTS
|
# - DJANGO_ALLOWED_HOSTS
|
||||||
# - FUNKWHALE_URL
|
# - FUNKWHALE_URL
|
||||||
|
|
||||||
# Additionaly, on non-docker setup, you'll also have to tweak/uncomment those
|
# Additionaly, on non-docker setup **only**, you'll also have to tweak/uncomment those variables:
|
||||||
# variables:
|
|
||||||
# - DATABASE_URL
|
# - DATABASE_URL
|
||||||
# - CACHE_URL
|
# - CACHE_URL
|
||||||
# - STATIC_ROOT
|
# - STATIC_ROOT
|
||||||
# - MEDIA_ROOT
|
# - MEDIA_ROOT
|
||||||
|
#
|
||||||
|
# You **don't** need to update those variables on pure docker setups.
|
||||||
|
|
||||||
# Docker only
|
# Docker only
|
||||||
# -----------
|
# -----------
|
||||||
|
|
Loading…
Reference in New Issue