From cae900c6f9e41b5559d8ed25afa5cd5d2af56aa0 Mon Sep 17 00:00:00 2001 From: Jo Date: Thu, 27 Oct 2022 13:57:01 +0000 Subject: [PATCH] fix GF_AUTH_JWT_URL_LOGIN not working (#57689) --- conf/defaults.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 8739eb3eb0e..cc2c8f09466 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -216,10 +216,10 @@ check_for_updates = true check_for_plugin_updates = true # Google Analytics universal tracking code, only enabled if you specify an id here -google_analytics_ua_id = +google_analytics_ua_id = # Google Analytics 4 tracking code, only enabled if you specify an id here -google_analytics_4_id = +google_analytics_4_id = # Google Tag Manager ID, only enabled if you specify an id here google_tag_manager_id = @@ -635,6 +635,7 @@ key_file = role_attribute_path = role_attribute_strict = false auto_sign_up = false +url_login = false allow_assign_grafana_admin = false #################################### Auth LDAP ########################### @@ -1329,11 +1330,11 @@ full_reindex_interval = 5m index_update_interval = 10s -# Move an app plugin referenced by its id (including all its pages) to a specific navigation section +# Move an app plugin referenced by its id (including all its pages) to a specific navigation section # Dependencies: needs the `topnav` feature to be enabled -# Format: =
+# Format: =
[navigation.app_sections] -# Move a specific app plugin page (referenced by its `path` field) to a specific navigation section -# Format: =
+# Move a specific app plugin page (referenced by its `path` field) to a specific navigation section +# Format: =
[navigation.app_standalone_pages]