mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Change docker project default directory
This commit is contained in:
@@ -58,7 +58,7 @@ JOB_CALLBACK_DEBUG = False
|
|||||||
|
|
||||||
# Absolute filesystem path to the directory to host projects (with playbooks).
|
# Absolute filesystem path to the directory to host projects (with playbooks).
|
||||||
# This directory should NOT be web-accessible.
|
# 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
|
# Absolute filesystem path to the directory for job status stdout
|
||||||
# This directory should not be web-accessible
|
# This directory should not be web-accessible
|
||||||
|
|||||||
Reference in New Issue
Block a user