Skip to content

Commit 646aea8

Browse files
committed
fix(generate-schema.sh): change default ClickHouse ports to 8125 for local and 8123 for CBT
1 parent 58681dc commit 646aea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

generate-schema.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -e
55
source ./scripts/date.sh
66

77
# Configuration
8-
clickhouse_host=${CLICKHOUSE_HOST:-http://localhost:8123}
9-
cbt_clickhouse_host=${CBT_CLICKHOUSE_HOST:-$clickhouse_host}
8+
clickhouse_host=${CLICKHOUSE_HOST:-http://localhost:8125}
9+
cbt_clickhouse_host=${CBT_CLICKHOUSE_HOST:-http://localhost:8123}
1010
mode=${MODE:-}
1111
config_file=${CONFIG:-config.yaml}
1212
main_schema_file=${SCHEMA:-SCHEMA.md}

0 commit comments

Comments
 (0)