mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Remove default cache setting from production
This commit is contained in:
parent
b4f60424c4
commit
6d53c231db
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user