mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
Allow settings access from api templates
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user