From a162fdf32f34cd40d958d55f492e3aa947172257 Mon Sep 17 00:00:00 2001 From: Jo Date: Thu, 27 Oct 2022 14:44:50 +0000 Subject: [PATCH] fix GF_AUTH_JWT_URL_LOGIN not working (#57689) (#57761) (cherry picked from commit cae900c6f9e41b5559d8ed25afa5cd5d2af56aa0) --- conf/defaults.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 97c99ae2bb8..895a7459764 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -210,10 +210,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 = @@ -626,6 +626,7 @@ key_file = role_attribute_path = role_attribute_strict = false auto_sign_up = false +url_login = false allow_assign_grafana_admin = false #################################### Auth LDAP ###########################