Browse Source

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

Romain Rigaux 13 năm trước cách đây
mục cha
commit
79ced3f9c6
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      desktop/conf.dist/hue.ini

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

@@ -278,6 +278,10 @@
   # may override this setting.
   # may override this setting.
   ## beeswax_server_heapsize=1000
   ## 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
 # Settings to configure Job Designer
@@ -291,6 +295,16 @@
   ## security_enabled=false
   ## 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
 # Settings to configure the Shell application
 ###########################################################################
 ###########################################################################