From df072454b26e78042257ee842545f9e221656530 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 13 Jan 2022 11:50:22 +0100 Subject: [PATCH] Add comment in settings.py --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index 7dbc537..d276e8b 100644 --- a/settings.py +++ b/settings.py @@ -1,7 +1,9 @@ # Full path to the base directory of the Moodle installation +# Must be read-writeable by the user executing the worker MOODLE_PATH = "/var/www/html/prod/" # Full path to the Moosh executable +# Must be executable by the user executing the worker MOOSH_PATH = "/usr/local/bin/moosh" # Full path to the signalling directory