github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/test/config/grafana/datasources.yml (about) 1 apiVersion: 1 2 3 datasources: 4 - name: Grafana-DB 5 isDefault: true 6 type: postgres 7 url: grafana-db:5432 8 database: grafana 9 user: user 10 secureJsonData: 11 password: 'password' 12 jsonData: 13 sslmode: 'disable' # disable/require/verify-ca/verify-full 14 maxOpenConns: 0 # Grafana v5.4+ 15 maxIdleConns: 2 # Grafana v5.4+ 16 connMaxLifetime: 14400 # Grafana v5.4+ 17 postgresVersion: 903 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10 18 timescaledb: false