# config file version apiVersion: 1 datasources: # name of the datasource. Required - name: KLEE Stats # datasource type. Required type: grafana-simple-json-datasource # access mode. proxy or direct (Server or Browser in the UI). Required access: proxy # url url: http://localhost:5000 # mark as default datasource. Max one per org isDefault: true # allow users to edit datasources from the UI. editable: true