mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Remove default cache setting from production
This commit is contained in:
@@ -43,9 +43,6 @@ JOBOUTPUT_ROOT = '/var/lib/awx/job_status/'
|
|||||||
# The heartbeat file for the tower scheduler
|
# The heartbeat file for the tower scheduler
|
||||||
SCHEDULE_METADATA_LOCATION = '/var/lib/awx/.tower_cycle'
|
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'] = {
|
LOGGING['handlers']['rotating_file'] = {
|
||||||
'level': 'WARNING',
|
'level': 'WARNING',
|
||||||
'class':'logging.handlers.RotatingFileHandler',
|
'class':'logging.handlers.RotatingFileHandler',
|
||||||
|
|||||||
Reference in New Issue
Block a user