moodle-export-worker/settings.py
2022-01-13 08:08:54 +01:00

15 lines
No EOL
473 B
Python

# 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/"