mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashboard history: clean up dashboard version history
This commit is contained in:
@@ -174,6 +174,7 @@ disable_gravatar = false
|
||||
# data source proxy whitelist (ip_or_domain:port separated by spaces)
|
||||
data_source_proxy_whitelist =
|
||||
|
||||
#################################### Snapshots ###########################
|
||||
[snapshots]
|
||||
# snapshot sharing options
|
||||
external_enabled = true
|
||||
@@ -186,7 +187,13 @@ snapshot_remove_expired = true
|
||||
# remove snapshots after 90 days
|
||||
snapshot_TTL_days = 90
|
||||
|
||||
#################################### Users ####################################
|
||||
#################################### Dashboards History ##################
|
||||
[dashboards.history]
|
||||
# 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 = false
|
||||
|
||||
Reference in New Issue
Block a user