瀏覽代碼

fix(docs): added api_url to configuration docs, fixes #6351

Torkel Ödegaard 9 年之前
父節點
當前提交
1581bf8d5b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/sources/installation/configuration.md

+ 3 - 0
docs/sources/installation/configuration.md

@@ -392,9 +392,12 @@ browser to access Grafana, but with the prefix path of `/login/generic_oauth`.
     scopes =
     scopes =
     auth_url =
     auth_url =
     token_url =
     token_url =
+    api_url =
     allowed_domains = mycompany.com mycompany.org
     allowed_domains = mycompany.com mycompany.org
     allow_sign_up = false
     allow_sign_up = false
 
 
+Set api_url to the resource that returns basic user info.
+
 <hr>
 <hr>
 
 
 ## [auth.basic]
 ## [auth.basic]