17 lines
289 B
YAML
17 lines
289 B
YAML
# config file version
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: local-influxdb
|
|
type: influxdb
|
|
isDefault: true
|
|
access: proxy
|
|
database: testnet
|
|
user: admin
|
|
password: admin
|
|
basicAuth: true
|
|
basicAuthUser: admin
|
|
basicAuthPassword: admin
|
|
url: http://influxdb:8086
|
|
editable: true
|