mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Change docker project default directory
This commit is contained in:
parent
1f12a89b00
commit
e5bebf7b51
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user