mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
JOBOUTPUT_ROOT is still needed in defaults
This commit is contained in:
@@ -83,6 +83,10 @@ MEDIA_URL = '/media/'
|
|||||||
# This directory should not be web-accessible.
|
# This directory should not be web-accessible.
|
||||||
PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects')
|
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
|
SITE_ID = 1
|
||||||
|
|
||||||
# Make this unique, and don't share it with anybody.
|
# Make this unique, and don't share it with anybody.
|
||||||
|
|||||||
Reference in New Issue
Block a user