mirror of
https://github.com/jackc/pgx.git
synced 2025-04-27 13:14:32 +00:00
* Extract CONTRIBUTING.md * Add instructions and scripts to setup standalone PostgreSQL server that tests the various connection and authentication types.
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
ssl = on
|
|
ssl_cert_file = 'server.crt'
|
|
ssl_key_file = 'server.key'
|
|
ssl_ca_file = 'root.crt'
|