We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58681dc commit 646aea8Copy full SHA for 646aea8
1 file changed
generate-schema.sh
@@ -5,8 +5,8 @@ set -e
5
source ./scripts/date.sh
6
7
# Configuration
8
-clickhouse_host=${CLICKHOUSE_HOST:-http://localhost:8123}
9
-cbt_clickhouse_host=${CBT_CLICKHOUSE_HOST:-$clickhouse_host}
+clickhouse_host=${CLICKHOUSE_HOST:-http://localhost:8125}
+cbt_clickhouse_host=${CBT_CLICKHOUSE_HOST:-http://localhost:8123}
10
mode=${MODE:-}
11
config_file=${CONFIG:-config.yaml}
12
main_schema_file=${SCHEMA:-SCHEMA.md}
0 commit comments