mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
debug_mode should not be true
This commit is contained in:
parent
465518a2bc
commit
eaf98eb1ec
@ -25,7 +25,7 @@
|
||||
|
||||
tooltip_delay: {show: 500, hide: 100}, // Default number of milliseconds to delay displaying/hiding tooltips
|
||||
|
||||
debug_mode: true, // Enable console logging messages
|
||||
debug_mode: false, // Enable console logging messages
|
||||
|
||||
password_length: 8, // Minimum user password length. Set to 0 to not set a limit
|
||||
password_hasLowercase: true, // require a lowercase letter in the password
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user