We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5b6c5 commit 42649b7Copy full SHA for 42649b7
src/server/constants.ts
@@ -42,6 +42,7 @@ export const GENERATE_TYPES_INCLUDED_SCHEMAS =
42
export const DEFAULT_POOL_CONFIG: PoolConfig = {
43
max: 1,
44
connectionTimeoutMillis: PG_CONN_TIMEOUT_SECS * 1000,
45
+ ssl: PG_META_DB_SSL_ROOT_CERT ? { ca: PG_META_DB_SSL_ROOT_CERT } : undefined,
46
}
47
48
export const PG_META_REQ_HEADER = process.env.PG_META_REQ_HEADER || 'request-id'
0 commit comments