Remove more unused settings from defaults (and some cases, the database)

This commit is contained in:
Bill Nottingham
2020-05-18 18:20:05 -04:00
parent 73b9d25371
commit 057933f030
3 changed files with 0 additions and 53 deletions

View File

@@ -30,9 +30,6 @@ SECRET_KEY = None
# See https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = []
# Production should only use minified JS for UI.
USE_MINIFIED_JS = True
# Absolute filesystem path to the directory for job status stdout
# This directory should not be web-accessible
JOBOUTPUT_ROOT = '/var/lib/awx/job_status/'