* Add value types with custom unmarshalling logic * Add env support for notifications config * Use env vars in json data tests for values * Add some more complexities to value tests * Update comment with example usage * Set env directly in the tests, removing patching * Update documentation * Add env var to the file reader tests * Add raw value * Post merge fixes * Add comment
19 lines
322 B
YAML
19 lines
322 B
YAML
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
|