Skip to content

Commit

Permalink
chore: add clickhouse config
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Feb 2, 2025
1 parent e8f0a52 commit 2b2c6d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export const envKeys = [

'MONGODB_URL',
'GLOBAL_MONGODB_URL',

'CLICKHOUSE_PASSWORD',
'CLICKHOUSE_USER',
'CLICKHOUSE_HOST',
];

export const DEPLOYMENT_QUEUE = 'deployment-queue';

0 comments on commit 2b2c6d6

Please sign in to comment.