mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed defaults.ini, missing allowed_domains key, #1729
This commit is contained in:
parent
7ffdb488c1
commit
47a18bba99
@ -152,8 +152,7 @@ client_secret = some_client_secret
|
|||||||
scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
|
scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
|
||||||
auth_url = https://accounts.google.com/o/oauth2/auth
|
auth_url = https://accounts.google.com/o/oauth2/auth
|
||||||
token_url = https://accounts.google.com/o/oauth2/token
|
token_url = https://accounts.google.com/o/oauth2/token
|
||||||
# Uncomment bellow to only allow specific email domains
|
allowed_domains =
|
||||||
; allowed_domains = mycompany.com othercompany.com
|
|
||||||
|
|
||||||
#################################### Logging ##########################
|
#################################### Logging ##########################
|
||||||
[log]
|
[log]
|
||||||
|
Loading…
Reference in New Issue
Block a user