moodle-export-worker/settings.py

15 lines
473 B
Python
Raw Normal View History

2022-01-13 07:08:54 +00:00
# Full path to the base directory of the Moodle installation
MOODLE_PATH = "/var/www/html/prod/"
# Full path to the Moosh executable
MOOSH_PATH = "/usr/local/bin/moosh"
# Full path to the signalling directory
# Must be read-writeable by the user executing the worker
SIGNAL_PATH = "/tmp/moodle-export-worker/"
# Full path to the destination directory for export files
# Must exist and be writeable by the user executing the worker
OUTPUT_PATH = "/replication/courses/"