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

This commit is contained in:
Torkel Ödegaard 2016-10-22 08:51:32 +02:00
parent 6e65c93203
commit 1581bf8d5b

View File

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