Remove obsolete setting.

This hasn't been used for years now.
This commit is contained in:
Bill Nottingham
2020-05-18 17:41:15 -04:00
parent 973e6f4213
commit 73b0506e96
4 changed files with 0 additions and 9 deletions

View File

@@ -22,8 +22,6 @@ SECRET_KEY = get_secret()
ALLOWED_HOSTS = ['*']
INTERNAL_API_URL = 'http://awxweb:8052'
# Container environments don't like chroots
AWX_PROOT_ENABLED = False

View File

@@ -157,7 +157,6 @@ data:
JOBOUTPUT_ROOT = '/var/lib/awx/job_status'
SECRET_KEY = open('/etc/tower/SECRET_KEY', 'rb').read().strip()
ALLOWED_HOSTS = ['*']
INTERNAL_API_URL = 'http://127.0.0.1:8052'
SERVER_EMAIL = 'root@localhost'
DEFAULT_FROM_EMAIL = 'webmaster@localhost'
EMAIL_SUBJECT_PREFIX = '[AWX] '