Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b461b85f authored by Simon Delamare's avatar Simon Delamare
Browse files

grafana: update datasource for PG 12+ and recent grafana versions

parent b5ccd0bb
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,10 @@ datasources:
url: localhost:5432
database: kwdb
user: kwuser_ro
password: ro
secureJsonData:
password: ro
jsonData:
sslmode: "disable" # disable/require/verify-ca/verify-full
maxOpenConns: 6 # Grafana v5.4+
maxIdleConns: 2 # Grafana v5.4+
connMaxLifetime: 14400 # Grafana v5.4+
postgresVersion: 11
postgresVersion: 1200
timescaledb: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment