Skip to content

Commit

Permalink
refactor(constants): export DEFAULT_SCHEMA from constants
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-author authored and soedirgo committed Mar 7, 2025
1 parent d270a66 commit 08bee76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ export const DEFAULT_POOL_CONFIG: PoolConfig = {
}

export const PG_META_REQ_HEADER = process.env.PG_META_REQ_HEADER || 'request-id'

export const DEFAULT_SCHEMA = process.env.PG_META_GENERATE_TYPES_DEFAULT_SCHEMA

0 comments on commit 08bee76

Please sign in to comment.