Эх сурвалжийг харах

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

Romain Rigaux 13 жил өмнө
parent
commit
79ced3f9c6

+ 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
 ###########################################################################