Merge pull request #5120 from AlanCoding/var_lib

Move development PROJECTS_ROOT

Reviewed-by: Matthew Jones <mat@matburt.net>
             https://github.com/matburt
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-10-28 15:08:00 +00:00
committed by GitHub

View File

@@ -69,7 +69,7 @@ CHANNEL_LAYERS = {
# 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 = '/projects/' PROJECTS_ROOT = '/var/lib/awx/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