diff --git a/awx/settings/production.py b/awx/settings/production.py index 01d24380c0..66ea2fb8c4 100644 --- a/awx/settings/production.py +++ b/awx/settings/production.py @@ -40,7 +40,7 @@ INTERNAL_API_URL = 'http://127.0.0.1:80' # This directory should not be web-accessible 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' LOGGING['handlers']['rotating_file'] = {