Skip to content

Commit 598f7a7

Browse files
committed
chore: remove unused constant
1 parent 087c8cf commit 598f7a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const PG_META_DB_SSL_MODE = process.env.PG_META_DB_SSL_MODE || 'disable'
1313

1414
const PG_CONN_TIMEOUT_SECS = Number(process.env.PG_CONN_TIMEOUT_SECS || 15)
1515

16-
export const PG_META_EXPORT_DOCS = process.env.PG_META_EXPORT_DOCS === 'true' || false
1716
export const PG_CONNECTION =
1817
process.env.PG_META_DB_URL ||
1918
`postgres://${PG_META_DB_USER}:${encodeURIComponent(

0 commit comments

Comments
 (0)