mirror of
https://github.com/ansible/awx.git
synced 2026-07-28 16:39:56 -02:30
AC-363 token expiration now handled exclusively on server.
This commit is contained in:
@@ -9,10 +9,7 @@
|
||||
*/
|
||||
|
||||
var $AnsibleConfig =
|
||||
{
|
||||
session_timeout: 3600, // cookie expiration in seconds. session will expire after this many
|
||||
// seconds of inactivity.
|
||||
|
||||
{
|
||||
tooltip_delay: {show: 500, hide: 100}, // Default number of milliseconds to delay displaying/hiding tooltips
|
||||
|
||||
debug_mode: true, // Enable console logging messages
|
||||
|
||||
Reference in New Issue
Block a user