-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (22 loc) · 801 Bytes
/
env.example
File metadata and controls
24 lines (22 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ClickHouse Cluster Configuration
# For ClickHouse Cluster (local deployment)
CLICKHOUSE_HOST=localhost
CLICKHOUSE_PORT=8123
CLICKHOUSE_USERNAME=default
CLICKHOUSE_PASSWORD=
CLICKHOUSE_DATABASE=default
CLICKHOUSE_CLUSTER_NAME=protocol_cluster
# ClickHouse Cluster Replica Configuration
CLICKHOUSE_REPLICA_1_HOST=localhost
CLICKHOUSE_REPLICA_1_PORT=8123
CLICKHOUSE_REPLICA_2_HOST=localhost
CLICKHOUSE_REPLICA_2_PORT=8124
CLICKHOUSE_REPLICA_3_HOST=localhost
CLICKHOUSE_REPLICA_3_PORT=8125
CLICKHOUSE_KEEPER_HOST=localhost
CLICKHOUSE_KEEPER_PORT=8126
# Blockchain RPC Endpoints
ETHEREUM_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/YOUR_API_KEY
ETHEREUM_WS_URL=wss://eth-mainnet.g.alchemy.com/v2/YOUR_API_KEY
BSC_RPC_URL=https://bsc-dataseed.binance.org/
BSC_WS_URL=wss://bsc-ws-node.nariox.org:443/ws