mirror of
https://github.com/ansible/awx.git
synced 2026-04-22 18:25:28 -02:30
rename setting TOWER_VENV_PATH to AWX_VENV_PATH
This commit is contained in:
@@ -110,7 +110,7 @@ include(optional('/etc/tower/settings.py'), scope=locals())
|
||||
include(optional('/etc/tower/conf.d/*.py'), scope=locals())
|
||||
|
||||
ANSIBLE_VENV_PATH = "/venv/ansible"
|
||||
TOWER_VENV_PATH = "/venv/awx"
|
||||
AWX_VENV_PATH = "/venv/awx"
|
||||
|
||||
# If any local_*.py files are present in awx/settings/, use them to override
|
||||
# default settings for development. If not present, we can still run using
|
||||
|
||||
Reference in New Issue
Block a user