Skip to content

Commit

Permalink
fix:resolved comments
Browse files Browse the repository at this point in the history
Signed-off-by: pallavicoder <[email protected]>
  • Loading branch information
pallavighule committed Dec 4, 2024
1 parent 40cac71 commit fc3b2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const POSTGRES_ADMIN_PASSWORD = process.env.POSTGRES_ADMIN_PASSWORD

export const INVITATION_URL = process.env.INVITATION_URL

export const USE_SOCKETDOCK = process.env.USE_SOCKETDOCK || 'true'
export const USE_SOCKETDOCK = process.env.USE_SOCKETDOCK || 'false'

export const LOG_LEVEL = LogLevel.debug

Expand Down

0 comments on commit fc3b2d8

Please sign in to comment.