-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
41 lines (33 loc) · 1.37 KB
/
example.env
File metadata and controls
41 lines (33 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Network configuration
NETWORK=mainnet
# External model minimums
EXTERNAL_MODEL_MIN_TIMESTAMP=1748736000 # 2025-06-01 00:00:00
EXTERNAL_MODEL_MIN_BLOCK=0
# ClickHouse common configuration (applies to Xatu + CBT clusters)
CLICKHOUSE_HOST=localhost
CLICKHOUSE_USERNAME=default
CLICKHOUSE_PASSWORD=supersecret
CLICKHOUSE_CLUSTER={cluster}
CLICKHOUSE_VERSION=25.5.10
# CBT Cluster Ports (docker-compose.platform.yml - transformations/test data)
CLICKHOUSE_CBT_01_HTTP_PORT=8123
CLICKHOUSE_CBT_01_NATIVE_PORT=9000
CLICKHOUSE_CBT_02_HTTP_PORT=8124
CLICKHOUSE_CBT_02_NATIVE_PORT=9001
# Xatu Cluster Ports (docker-compose.platform.yml - external data)
CLICKHOUSE_XATU_01_HTTP_PORT=8125
CLICKHOUSE_XATU_01_NATIVE_PORT=9002
CLICKHOUSE_XATU_02_HTTP_PORT=8126
CLICKHOUSE_XATU_02_NATIVE_PORT=9003
# Xatu Repo Ports (xatu/deploy/.../docker-compose.yml - only used if running xatu compose directly)
CLICKHOUSE_01_HTTP_PORT=8223
CLICKHOUSE_01_NATIVE_PORT=9100
CLICKHOUSE_02_HTTP_PORT=8225
CLICKHOUSE_02_NATIVE_PORT=9101
# Safety: Comma-separated list of ClickHouse hostnames allowed for destructive operations (TRUNCATE, DROP, DELETE).
# Prevents accidental truncation of production databases by blocking operations on non-whitelisted hosts.
XATU_CBT_SAFE_HOSTS=xatu-clickhouse-01,xatu-cbt-clickhouse-01
# Xatu configuration
XATU_REF=master
# Logging configuration
LOG_LEVEL=debug # debug, info, warn, error