mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashboard history: refactor after review
This commit is contained in:
@@ -188,7 +188,7 @@ snapshot_remove_expired = true
|
||||
snapshot_TTL_days = 90
|
||||
|
||||
#################################### Dashboards History ##################
|
||||
[dashboards.history]
|
||||
[dashboards]
|
||||
# A setting of 20 (default) means only the last 20 versions will be stored and older versions removed.
|
||||
# To keep all dashboard versions you can set this value to 2147483647.
|
||||
versions_to_keep = 20
|
||||
|
@@ -163,6 +163,7 @@ log_queries =
|
||||
# data source proxy whitelist (ip_or_domain:port separated by spaces)
|
||||
;data_source_proxy_whitelist =
|
||||
|
||||
#################################### Snapshots ###########################
|
||||
[snapshots]
|
||||
# snapshot sharing options
|
||||
;external_enabled = true
|
||||
@@ -175,7 +176,13 @@ log_queries =
|
||||
# remove snapshots after 90 days
|
||||
;snapshot_TTL_days = 90
|
||||
|
||||
#################################### Users ####################################
|
||||
#################################### Dashboards History ##################
|
||||
[dashboards]
|
||||
# A setting of 20 (default) means only the last 20 versions will be stored and older versions removed.
|
||||
# To keep all dashboard versions you can set this value to 2147483647.
|
||||
;versions_to_keep = 20
|
||||
|
||||
#################################### Users ###############################
|
||||
[users]
|
||||
# disable user signup / registration
|
||||
;allow_sign_up = true
|
||||
|
Reference in New Issue
Block a user