27 lines
630 B
JSON
27 lines
630 B
JSON
{
|
|
"id": 1,
|
|
"uid": "edpbbm8hqv9j4e",
|
|
"orgId": 1,
|
|
"name": "PostgreSQL",
|
|
"type": "grafana-postgresql-datasource",
|
|
"typeName": "PostgreSQL",
|
|
"typeLogoUrl": "public/app/plugins/datasource/grafana-postgresql-datasource/img/postgresql_logo.svg",
|
|
"access": "proxy",
|
|
"url": "postgres:5432",
|
|
"user": "fdlogup",
|
|
"secureJsonData": {"password": "fdlogup"},
|
|
"database": "",
|
|
"basicAuth": false,
|
|
"isDefault": true,
|
|
"jsonData": {
|
|
"connMaxLifetime": 14400,
|
|
"database": "fdlogup",
|
|
"maxIdleConns": 100,
|
|
"maxIdleConnsAuto": true,
|
|
"maxOpenConns": 100,
|
|
"postgresVersion": 1600,
|
|
"sslmode": "disable"
|
|
},
|
|
"readOnly": false
|
|
}
|