fix PostgreSQL sample code
The current sample configuration line fails with `Error initializing backend of type postgresql: failed to check for native upsert: pq: unsupported sslmode "disabled"; only "require" (default), "verify-full", "verify-ca", and "disable" supported`.
This commit is contained in:
parent
9147f99c43
commit
e3bb3a4efb
|
@ -490,7 +490,7 @@ The PostgreSQL backend has the following options:
|
|||
|
||||
Examples:
|
||||
|
||||
* postgres://username:password@localhost:5432/database?sslmode=disabled
|
||||
* postgres://username:password@localhost:5432/database?sslmode=disable
|
||||
|
||||
* postgres://username:password@localhost:5432/database?sslmode=verify-full
|
||||
|
||||
|
|
Loading…
Reference in a new issue