moodle-export-worker/settings.py
2022-01-13 11:50:22 +01:00

17 lines
585 B
Python

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