Browse Source

fix: added missing ini default keys, fixes #12800 (#12912)

Torkel Ödegaard 7 years ago
parent
commit
277a696fa5
2 changed files with 7 additions and 0 deletions
  1. 3 0
      conf/defaults.ini
  2. 4 0
      conf/sample.ini

+ 3 - 0
conf/defaults.ini

@@ -315,6 +315,9 @@ api_url =
 team_ids =
 allowed_organizations =
 tls_skip_verify_insecure = false
+tls_client_cert =
+tls_client_key =
+tls_client_ca =
 
 #################################### Basic Auth ##########################
 [auth.basic]

+ 4 - 0
conf/sample.ini

@@ -272,6 +272,10 @@ log_queries =
 ;api_url = https://foo.bar/user
 ;team_ids =
 ;allowed_organizations =
+;tls_skip_verify_insecure = false
+;tls_client_cert =
+;tls_client_key =
+;tls_client_ca =
 
 #################################### Grafana.com Auth ####################
 [auth.grafana_com]