📦 EqualifyEverything / a11yfana

📄 db.yaml · 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18apiVersion: 1

datasources:
  - name: Postgres | a11ydata
    type: postgres
    url: postgres:5432
    uid: SCi_YTYVz
    database: a11ydata
    user: grafanareader
    secureJsonData:
      password: "super_grafana_password"
    jsonData:
      sslmode: "disable" # disable/require/verify-ca/verify-full
      maxOpenConns: 10
      maxIdleConns: 5
      connMaxLifetime: 14400
      postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10
      timescaledb: false