Skip to content
Snippets Groups Projects
Verified Commit d134b23a authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

parent ae651903
No related branches found
No related tags found
No related merge requests found
......@@ -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
# -----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment