2022-01-13 07:08:54 +00:00
|
|
|
# Full path to the base directory of the Moodle installation
|
2022-01-13 10:50:22 +00:00
|
|
|
# Must be read-writeable by the user executing the worker
|
2022-01-13 07:08:54 +00:00
|
|
|
MOODLE_PATH = "/var/www/html/prod/"
|
|
|
|
|
|
|
|
# Full path to the Moosh executable
|
2022-01-13 10:50:22 +00:00
|
|
|
# Must be executable by the user executing the worker
|
2022-01-13 07:08:54 +00:00
|
|
|
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/"
|