mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Remove PROJECTS_ROOT and JOBOUTPUT_ROOT from stngs
This commit is contained in:
@@ -216,7 +216,7 @@ class ApiV1ConfigView(APIView):
|
||||
|
||||
if request.user.is_superuser or request.user.admin_of_organizations.filter(active=True).count():
|
||||
data.update(dict(
|
||||
project_base_dir = tower_settings.PROJECTS_ROOT,
|
||||
project_base_dir = settings.PROJECTS_ROOT,
|
||||
project_local_paths = Project.get_local_path_choices(),
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user