From a6404bdd0d0527a2f314e1ebc4e350f6b94d871e Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 25 Oct 2019 15:48:07 -0400 Subject: [PATCH] Move development PROJECTS_ROOT --- awx/settings/local_settings.py.docker_compose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/settings/local_settings.py.docker_compose b/awx/settings/local_settings.py.docker_compose index d0d5f8c819..d1837b19be 100644 --- a/awx/settings/local_settings.py.docker_compose +++ b/awx/settings/local_settings.py.docker_compose @@ -69,7 +69,7 @@ CHANNEL_LAYERS = { # Absolute filesystem path to the directory to host projects (with playbooks). # This directory should NOT be web-accessible. -PROJECTS_ROOT = '/projects/' +PROJECTS_ROOT = '/var/lib/awx/projects/' # Absolute filesystem path to the directory for job status stdout # This directory should not be web-accessible