1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

JOBOUTPUT_ROOT is still needed in defaults

This commit is contained in:
Matthew Jones 2013-11-21 17:36:23 -05:00
parent b77ec07581
commit 2f0615d8c1

View File

@ -83,6 +83,10 @@ MEDIA_URL = '/media/'
# This directory should not be web-accessible.
PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects')
# Absolute filesystem path to the directory to host job stdout
# This directory should not be web-accessible.
JOBOUTPUT_ROOT = os.path.join(BASE_DIR, 'job_output')
SITE_ID = 1
# Make this unique, and don't share it with anybody.