mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
datasource as cfg: show deletes first in example
This commit is contained in:
parent
ebbfc529e0
commit
06a37d0023
@ -1,3 +1,8 @@
|
|||||||
|
# list of datasources that should be deleted from the database
|
||||||
|
delete_datasources:
|
||||||
|
# - name: Graphite
|
||||||
|
# org_id: 1
|
||||||
|
|
||||||
# list of datasources to insert/update depending
|
# list of datasources to insert/update depending
|
||||||
# whats available in the datbase
|
# whats available in the datbase
|
||||||
datasources:
|
datasources:
|
||||||
@ -37,6 +42,3 @@ datasources:
|
|||||||
# # <bool> allow users to edit datasources from the UI.
|
# # <bool> allow users to edit datasources from the UI.
|
||||||
# editable: true
|
# editable: true
|
||||||
|
|
||||||
delete_datasources:
|
|
||||||
# - name: Graphite
|
|
||||||
# org_id: 1
|
|
||||||
|
Loading…
Reference in New Issue
Block a user