From 936e62ca43513ff87689ce391b035a70cb647e6e Mon Sep 17 00:00:00 2001 From: Stephanie Hingtgen Date: Fri, 2 Jun 2023 08:23:05 -0500 Subject: [PATCH] Secure socks proxy: update show_ui default in default.ini (#69417) --- conf/defaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index bb965586807..ade66815710 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1588,4 +1588,4 @@ server_name = # The address of the socks5 proxy datasources should connect to proxy_address = # Determines if the secure socks proxy should be shown on the datasources page, defaults to true if the feature is enabled -show_ui = false \ No newline at end of file +show_ui = true