fix GF_AUTH_JWT_URL_LOGIN not working (#57689)

pull/57665/head
Jo 3 years ago committed by GitHub
parent 4d380978d3
commit cae900c6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      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: <Plugin ID> = <Section ID> <Sort Weight>
# Format: <Plugin ID> = <Section ID> <Sort Weight>
[navigation.app_sections]
# Move a specific app plugin page (referenced by its `path` field) to a specific navigation section
# Format: <Page URL> = <Section ID> <Sort Weight>
# Move a specific app plugin page (referenced by its `path` field) to a specific navigation section
# Format: <Page URL> = <Section ID> <Sort Weight>
[navigation.app_standalone_pages]

Loading…
Cancel
Save