Remove default cache setting from production

This commit is contained in:
Matthew Jones 2014-05-20 10:06:45 -04:00
parent b4f60424c4
commit 6d53c231db

View File

@ -43,9 +43,6 @@ JOBOUTPUT_ROOT = '/var/lib/awx/job_status/'
# The heartbeat file for the tower scheduler
SCHEDULE_METADATA_LOCATION = '/var/lib/awx/.tower_cycle'
# Use different cache prefix for production vs. development.
CACHES['default']['KEY_PREFIX'] = 'tower'
LOGGING['handlers']['rotating_file'] = {
'level': 'WARNING',
'class':'logging.handlers.RotatingFileHandler',