-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.25 KB
/
.env.example
File metadata and controls
31 lines (26 loc) · 1.25 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
# FOC Observer deployment configuration
# Copy to .env and fill in values. All variables are required.
# Public URL of this foc-observer deployment (used in agent context for examples)
FOC_API_URL=https://your-deployment.example.com
# Server port
FOC_SERVER_PORT=17824
# Lotus RPC endpoints
# For local Lotus gateway via the lotus-proxy container:
# CALIBNET_RPC_URL=http://host.docker.internal:11235/rpc/v1
# MAINNET_RPC_URL=http://host.docker.internal:11234/rpc/v1
# For remote RPC (e.g. Glif), skip lotus-proxy:
# CALIBNET_RPC_URL=https://api.calibration.node.glif.io/rpc/v1
# MAINNET_RPC_URL=https://api.node.glif.io/rpc/v1
CALIBNET_RPC_URL=http://host.docker.internal:11235/rpc/v1
MAINNET_RPC_URL=http://host.docker.internal:11234/rpc/v1
# Lotus proxy: where the socat proxy forwards to on the host (optional).
# Only needed when using local Lotus nodes via the lotus-proxy container.
# If using remote RPC, omit these and skip lotus-proxy:
# docker compose up -d postgres postgres-mainnet ponder ponder-mainnet foc-observer
# LOTUS_MAINNET_HOST=127.0.0.1
# LOTUS_MAINNET_PORT=2234
# LOTUS_CALIBNET_HOST=127.0.0.1
# LOTUS_CALIBNET_PORT=2235
# BetterStack ClickHouse credentials (enables DealBot deal/retrieval metrics)
BETTERSTACK_CH_USER=
BETTERSTACK_CH_PASSWORD=