mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Change default stdout temp directory
* Use /var/lib/awx on production configurations * Use /tmp for development configurations
This commit is contained in:
@@ -64,6 +64,8 @@ PASSWORD_HASHERS = (
|
||||
# Configure a default UUID for development only.
|
||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||
|
||||
STDOUT_TEMP_DIR = "/tmp"
|
||||
|
||||
# If there is an `/etc/tower/settings.py`, include it.
|
||||
# If there is a `/etc/tower/conf.d/*.py`, include them.
|
||||
include(optional('/etc/tower/settings.py'), scope=locals())
|
||||
|
||||
Reference in New Issue
Block a user