grafana.dev.ini 732 B

1234567891011121314151617181920212223242526
  1. app_mode = development
  2. [server]
  3. router_logging = false
  4. static_root_path = grafana/src
  5. [oauth]
  6. enabled = true
  7. [oauth.github]
  8. enabled = true
  9. client_id = de054205006b9baa2e17
  10. client_secret = 72b7ea52d9f1096fdf36cea95e95362a307e0322
  11. scopes = user:email
  12. auth_url = https://github.com/login/oauth/authorize
  13. token_url = https://github.com/login/oauth/access_token
  14. [oauth.google]
  15. enabled = true
  16. client_id = 106011922963-4pvl05e9urtrm8bbqr0vouosj3e8p8kb.apps.googleusercontent.com
  17. client_secret = K2evIa4QhfbhhAm3SO72t2Zv
  18. scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
  19. auth_url = https://accounts.google.com/o/oauth2/auth
  20. token_url = https://accounts.google.com/o/oauth2/token