Add JSON key "SharedUsername" to servers.json example

This commit is contained in:
Mirko
2023-11-13 13:09:49 +01:00
committed by GitHub
parent 0e8868a650
commit e5cba59a02

View File

@@ -170,6 +170,7 @@ The following example shows both a minimally defined and a fully defined server:
"SSLCrl": "/path/to/sslcrl.crl",
"SSLCompression": 1,
"Shared": false,
"SharedUsername": "postgres",
"BGColor": "#ff9900",
"FGColor": "#000000",
"Service": "postgresql-10",