Allow settings access from api templates

This commit is contained in:
Matthew Jones
2015-07-23 12:07:34 -04:00
parent 88128a2e87
commit 3041fce503
3 changed files with 3 additions and 2 deletions

View File

@@ -567,7 +567,7 @@ FACT_CACHE_PORT = 6564
ORG_ADMINS_CAN_SEE_ALL_USERS = True
# Control when we display stdout and where to store the temporary files for downloading
STDOUT_MAX_BYTES_DISPLAY = 1000000
STDOUT_MAX_BYTES_DISPLAY = 1048576
STDOUT_TEMP_DIR = "/var/lib/awx/"
# Logging configuration.