mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Fix missing comment character '#'
This commit is contained in:
@@ -40,7 +40,7 @@ INTERNAL_API_URL = 'http://127.0.0.1:80'
|
|||||||
# This directory should not be web-accessible
|
# This directory should not be web-accessible
|
||||||
JOBOUTPUT_ROOT = '/var/lib/awx/job_status/'
|
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'
|
||||||
|
|
||||||
LOGGING['handlers']['rotating_file'] = {
|
LOGGING['handlers']['rotating_file'] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user