From 590c155b472e2c756fa13eff7249e28108064ce6 Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Wed, 30 Oct 2019 15:17:49 +0100 Subject: [PATCH] Fix default MEDIA_UPLOAD_DIRECTORY value Co-Authored-By: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com> --- source/environment.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/environment.html.md b/source/environment.html.md index 640c141..036072d 100644 --- a/source/environment.html.md +++ b/source/environment.html.md @@ -18,7 +18,7 @@ Here are the variables that Plume uses: - `ROCKET_SECRET_KEY`: key used to sign private cookies and for CSRF protection. If it is not set, it will be regenerated everytime you restart Plume, meaning that all your users will get disconnected. You can generate one with `openssl rand -base64 32`. - `SEARCH_INDEX`: the directory where the search index will be saved (`search_index` by default). -- `MEDIA_UPLOAD_DIRECTORY`: the directory in which to store the uploaded medias (`/static/media` by default). Plume won't create this directory if it doesn't exist, so make sure to create it before. +- `MEDIA_UPLOAD_DIRECTORY`: the directory in which to store the uploaded medias (`./static/media` by default). Plume won't create this directory if it doesn't exist, so make sure to create it before. The SMTP server to send mails can be configured with: