1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Add SYSTEM_UUID to local_settings.example

This commit is contained in:
Luke Sneeringer 2014-10-20 12:21:29 -05:00
parent 0f068f6127
commit 46477a0c05

View File

@ -57,6 +57,9 @@ PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects')
# This directory should not be web-accessible
JOBOUTPUT_ROOT = os.path.join(BASE_DIR, 'job_status')
# The UUID of the system, for HA.
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.