blob: b16231d8f056259de07e0ef93a1d51698b8c492b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
[server]
http_port = 3000
enable_gzip = true
# [database]
# type = postgres
# host = 127.0.0.1:5432
# name = grafana
# user = grafana
# password =
[analytics]
reporting_enabled = false
[security]
disable_gravatar = false
admin_user = admin
admin_password = admin
admin_email = admin@localhost
disable_initial_admin_creation = false
[users]
allow_sign_up = false
allow_org_create = false
# login_hint =
[auth]
disable_login_form = false
disable_signout_menu = false
# [external_image_storage]
# provider = s3
# [external_image_storage.s3]
# endpoint = ""
# bucket = grafana.snapshot
# region = us-east-1
# access_key =
# secret_key =
# [auth.google]
# name = Google
# icon = google
# enabled = false
# allow_sign_up = true
# auto_login = false
# client_id = some_client_id
# client_secret = some_client_secret
# scopes = openid email profile
# auth_url = https://accounts.google.com/o/oauth2/v2/auth
# token_url = https://oauth2.googleapis.com/token
# api_url = https://openidconnect.googleapis.com/v1/userinfo
# signout_redirect_url =
# allowed_domains =
# validate_hd =
# hosted_domain =
# allowed_groups =
# role_attribute_path =
# role_attribute_strict = false
# org_mapping =
# allow_assign_grafana_admin = false
# skip_org_role_sync = false
# tls_skip_verify_insecure = false
# tls_client_cert =
# tls_client_key =
# tls_client_ca =
# use_pkce = true
# use_refresh_token = true
# [plugins]
# plugin_catalog_hidden_plugins =
# disable_plugins =
# preinstall =
# preinstall_sync =
# preinstall_auto_update =
# [feature_toggles]
# provisioning = true
# kubernetesDashboards = true ; use k8s from browser
[date_formats]
default_week_start = monday
default_timezone = America/Toronto
|