Add comment in settings.py
This commit is contained in:
parent
57395b392c
commit
df072454b2
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Full path to the base directory of the Moodle installation
|
# 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/"
|
MOODLE_PATH = "/var/www/html/prod/"
|
||||||
|
|
||||||
# Full path to the Moosh executable
|
# Full path to the Moosh executable
|
||||||
|
# Must be executable by the user executing the worker
|
||||||
MOOSH_PATH = "/usr/local/bin/moosh"
|
MOOSH_PATH = "/usr/local/bin/moosh"
|
||||||
|
|
||||||
# Full path to the signalling directory
|
# Full path to the signalling directory
|
||||||
|
|
Loading…
Reference in a new issue