Skip to content

Commit

Permalink
Update analytics-datastore-clickhouse/importer/config/clickhouseConfi…
Browse files Browse the repository at this point in the history
…g.js

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
arran-standish and coderabbitai[bot] authored May 30, 2024
1 parent efb222a commit 6da3495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const queries = require('./clickhouseTables');

const CLICKHOUSE_HOST =
process.env.CLICKHOUSE_HOST || 'analytics-datastore-clickhouse';
const CLICKHOUSE_PORT = parseInt(process.env.CLICKHOUSE_PORT || '8123');
const CLICKHOUSE_PORT = Number.parseInt(process.env.CLICKHOUSE_PORT || '8123');
const CLICKHOUSE_DEBUG = Boolean(process.env.CLICKHOUSE_DEBUG || false);
const CLICKHOUSE_PASSWORD = process.env.CLICKHOUSE_PASSWORD || '';

Expand Down

0 comments on commit 6da3495

Please sign in to comment.