Fix missing comment character '#'

This commit is contained in:
James Laska 2014-05-13 08:44:11 -04:00
parent af25d473fc
commit f4e987fc0a

View File

@ -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'] = {