Skip to content

Commit 08bee76

Browse files
bug-authorsoedirgo
authored andcommitted
refactor(constants): export DEFAULT_SCHEMA from constants
1 parent d270a66 commit 08bee76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ export const DEFAULT_POOL_CONFIG: PoolConfig = {
5454
}
5555

5656
export const PG_META_REQ_HEADER = process.env.PG_META_REQ_HEADER || 'request-id'
57+
58+
export const DEFAULT_SCHEMA = process.env.PG_META_GENERATE_TYPES_DEFAULT_SCHEMA

0 commit comments

Comments
 (0)