浏览代码

[core] Update hue.ini with the new Jobbrowser/Beeswax options

Romain Rigaux 13 年之前
父节点
当前提交
79ced3f9c6
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      desktop/conf.dist/hue.ini

+ 14 - 0
desktop/conf.dist/hue.ini

@@ -278,6 +278,10 @@
   # may override this setting.
   ## beeswax_server_heapsize=1000
 
+  # Share saved queries with all users. If set to false, saved queries are
+  # visible only to the owner and administrators.
+  ## share_saved_queries=true
+
 
 ###########################################################################
 # Settings to configure Job Designer
@@ -291,6 +295,16 @@
   ## security_enabled=false
 
 
+###########################################################################
+# Settings to configure Job Browser.
+###########################################################################
+
+[jobbrowser]
+  # Share submitted jobs information with all users. If set to false,
+  # submitted jobs are visible only to the owner and administrators.
+  ## share_jobs=true
+
+
 ###########################################################################
 # Settings to configure the Shell application
 ###########################################################################