Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 1fa1a4b

Browse files
Added new conf settings for postgres tls
1 parent 5d2fdd9 commit 1fa1a4b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

proxy.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@
9595
"pool_idle_connections": 16,
9696
# Connection timeout in seconds
9797
"pool_connection_timeout": 30
98+
99+
# Optional SSL mode. If not set, will default to `prefer`. See postgres doc for other values
100+
#"ssl_mode": "require",
101+
102+
# Optional CA certificate path for use with the above `ssl_mode` parameter
103+
#"cert_path": "/opt/imageproxy/ca.crt"
98104
}
99105

100106
# Cache configuration

0 commit comments

Comments
 (0)