You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
490 B
INI
29 lines
490 B
INI
2 years ago
|
[analytics]
|
||
|
reporting_enabled = false
|
||
|
check_for_updates = false
|
||
|
|
||
|
[auth]
|
||
|
disable_login_form = false
|
||
|
|
||
|
; [auth.anonymous]
|
||
|
; enabled = true
|
||
|
; org_role = Admin
|
||
|
|
||
|
[dashboards]
|
||
|
min_refresh_interval = 1m
|
||
2 years ago
|
default_home_dashboard_path = /var/lib/grafana/dashboards/node_dashboard.json
|
||
2 years ago
|
|
||
|
[paths]
|
||
|
provisioning = /etc/grafana/provisioning
|
||
|
|
||
|
[server]
|
||
|
root_url = https://127.0.0.1
|
||
|
enable_gzip = true
|
||
|
read_timeout = 2m
|
||
|
|
||
|
[snapshots]
|
||
|
external_enabled = false
|
||
|
|
||
|
[security]
|
||
|
admin_user = admin
|
||
|
admin_password = admin
|