mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Moved UI into its own Django app.
This commit is contained in:
19
lib/ui/static/js/config.js
Normal file
19
lib/ui/static/js/config.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/************************************
|
||||
*
|
||||
* Copyright (c) 2013 AnsibleWorks, Inc.
|
||||
*
|
||||
* config.js
|
||||
*
|
||||
* Gobal configuration variables for controlling application behavior.
|
||||
*
|
||||
*/
|
||||
|
||||
var $AnsibleConfig =
|
||||
{
|
||||
session_timeout: 3600, // cookie expiration in seconds. session will expire after this many
|
||||
// seconds of inactivity.
|
||||
|
||||
tooltip_delay: 2000, // Default number of milliseconds to delay displaying/hiding tooltips
|
||||
|
||||
debug_mode: true // Enable console logging messages
|
||||
}
|
||||
Reference in New Issue
Block a user