Skip to content

Commit 55bd777

Browse files
committed
refactor(constants): export DEFAULT_SCHEMA from constants
1 parent 675aafb commit 55bd777

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)