src/.env.tmpl
changeset 179 e7c7e6e0a8bc
parent 88 2a861fed6bde
child 199 c78d579f4b55
--- a/src/.env.tmpl	Mon Nov 26 13:57:30 2018 +0100
+++ b/src/.env.tmpl	Tue Nov 27 15:45:45 2018 +0100
@@ -6,9 +6,13 @@
 # STATIC_URL=/static/
 
 # The absolute path to the directory where collectstatic will collect static files for deployment. (https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-STATIC_ROOT)
-# default: <path to irinotes repository clone>/run/web/static
+# default: <path to irinotes repository clone>/run/web/static/
 # STATIC_ROOT=
 
+# base url for media resources (ends with "/")
+# default : /media/
+# MEDIA_URL=/media/
+
 # Absolute filesystem path to the directory that will hold user-uploaded files (https://docs.djangoproject.com/en/1.11/ref/settings/#media-root)
 # default: <path to irinotes repository clone>/run/web/media
 # MEDIA_ROOT=