Change docker project default directory

This commit is contained in:
Matthew Jones 2016-05-05 11:03:55 -04:00
parent 1f12a89b00
commit e5bebf7b51

View File

@ -58,7 +58,7 @@ JOB_CALLBACK_DEBUG = False
# Absolute filesystem path to the directory to host projects (with playbooks).
# This directory should NOT be web-accessible.
PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects')
PROJECTS_ROOT = '/projects/'
# Absolute filesystem path to the directory for job status stdout
# This directory should not be web-accessible