forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
322 B
18 lines
322 B
apiVersion: 1
|
|
|
|
providers:
|
|
- name: '$TEST_VAR dashboards'
|
|
orgId: 2
|
|
folder: 'developers'
|
|
folderUid: 'xyz'
|
|
editable: true
|
|
disableDeletion: true
|
|
updateIntervalSeconds: 15
|
|
type: file
|
|
options:
|
|
path: /var/lib/grafana/dashboards
|
|
|
|
- name: 'default'
|
|
type: file
|
|
options:
|
|
path: /var/lib/grafana/dashboards
|
|
|