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 087c8cf commit 598f7a7Copy full SHA for 598f7a7
src/server/constants.ts
@@ -13,7 +13,6 @@ const PG_META_DB_SSL_MODE = process.env.PG_META_DB_SSL_MODE || 'disable'
13
14
const PG_CONN_TIMEOUT_SECS = Number(process.env.PG_CONN_TIMEOUT_SECS || 15)
15
16
-export const PG_META_EXPORT_DOCS = process.env.PG_META_EXPORT_DOCS === 'true' || false
17
export const PG_CONNECTION =
18
process.env.PG_META_DB_URL ||
19
`postgres://${PG_META_DB_USER}:${encodeURIComponent(
0 commit comments