mirror of
https://github.com/ansible/awx.git
synced 2026-07-02 03:48:02 -02:30
Fix issue #AC-1269
- Only enable graphviz task graph generation in debug mode - Define an appropriate place for the tower cycle file Conflicts: awx/settings/production.py
This commit is contained in:
@@ -90,6 +90,9 @@ PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects')
|
||||
# directory should not be web-accessible
|
||||
JOBOUTPUT_ROOT = os.path.join(BASE_DIR, 'job_output')
|
||||
|
||||
# The heartbeat file for the tower scheduler
|
||||
SCHEDULE_METADATA_LOCATION = os.path.join(BASE_DIR, '.tower_cycle')
|
||||
|
||||
SITE_ID = 1
|
||||
|
||||
# Make this unique, and don't share it with anybody.
|
||||
|
||||
@@ -40,6 +40,8 @@ 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
|
||||
SCHEDULE_METADATA_LOCATION = '/var/lib/awx/.tower_cycle'
|
||||
|
||||
LOGGING['handlers']['rotating_file'] = {
|
||||
'level': 'WARNING',
|
||||
|
||||
Reference in New Issue
Block a user