File size: 437 Bytes
dbd33b2
 
66a5452
 
 
 
dbd33b2
 
66a5452
 
 
 
 
 
 
 
 
 
 
 
 
185fa42
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
apiVersion: 1

deleteDatasources:
  - name: SQLite
    orgId: 1

datasources:
  - name: SQLite
    type: frser-sqlite-datasource
    access: proxy
    orgId: 1
    version: 1
    editable: true
    isDefault: true
    jsonData:
      path: /app/data/sqlite.db
      queryTimeout: 30
      pragmas:
        - name: foreign_keys
          value: "ON"
        - name: busy_timeout
          value: 5000
      userAgent: "Grafana-SQLite/1.0"