Skip to content

Commit

Permalink
Updated signal hub enabled flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Carminepo2 committed Dec 20, 2024
1 parent 30804f1 commit df9e6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const NODE_ENV = import.meta.env.MODE
export const isDevelopment = !!(import.meta.env.MODE === 'development')
export const isProduction = !!(import.meta.env.MODE === 'production')
export const isTest = !!(import.meta.env.MODE === 'test')
export const isSignalHubEnabled = ['ATT', 'DEV', 'DEV_REF', 'QA', 'UAT'].includes(
export const isSignalHubEnabled = ['ATT', 'DEV', 'DEV_REF', 'QA'].includes(
PAGOPA_ENV?.STAGE ?? 'DEV'
)

Expand Down

0 comments on commit df9e6f2

Please sign in to comment.