summaryrefslogtreecommitdiff
path: root/ambari-web/app/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'ambari-web/app/config.js')
-rw-r--r--ambari-web/app/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index e6f08f286f..aa692d0db3 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -28,6 +28,8 @@ App.testEnableSecurity = true; // By default enable security is tested; turning
App.testNameNodeHA = true;
App.apiPrefix = '/api/v1';
App.defaultStackVersion = 'HDP-2.2';
+App.defaultWindowsStackVersion = 'HDPWIN-2.1';
+
App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';
App.timeout = 180000; // default AJAX timeout
App.maxRetries = 3; // max number of retries for certain AJAX calls