| 1234567891011121314151617181920212223242526 |
- app_mode = development
- [server]
- router_logging = false
- static_root_path = grafana/src
- [oauth]
- enabled = true
- [oauth.github]
- enabled = true
- client_id = de054205006b9baa2e17
- client_secret = 72b7ea52d9f1096fdf36cea95e95362a307e0322
- scopes = user:email
- auth_url = https://github.com/login/oauth/authorize
- token_url = https://github.com/login/oauth/access_token
- [oauth.google]
- enabled = true
- client_id = 106011922963-4pvl05e9urtrm8bbqr0vouosj3e8p8kb.apps.googleusercontent.com
- client_secret = K2evIa4QhfbhhAm3SO72t2Zv
- scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
- auth_url = https://accounts.google.com/o/oauth2/auth
- token_url = https://accounts.google.com/o/oauth2/token
|