-
Notifications
You must be signed in to change notification settings - Fork 45
/
.env.example.local
37 lines (29 loc) · 1011 Bytes
/
.env.example.local
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
# App
HTTP_PORT=8080
# EXTERNAL_HTTP_PORT=8089
DB_PORT=8123
DB_HOST=http://localhost
DB_USER=default
DB_PASSWORD=
DB_NAME=default
# Logs
# Log format can be "simple" or "json" (optional).
LOG_FORMAT=simple
# Select an epoch as close as possible to the last finalized.
# You can find it here:
# - https://beaconcha.in/epochs
# - https://beaconscan.com/epochs
START_EPOCH=155000
# Execution layer network id (1 - mainnet, 5 - goerli, 17000 - holesky).
ETH_NETWORK=1
# You can set URL list (it must be a comma separated string).
EL_RPC_URLS=https://<network_name>.infura.io/v3/<secret>
# You can set URL list (it must be a comma separated string).
CL_API_URLS=https://<consensus-layer-api-url>
# Validator registry source will be "lido" or "file" (optional).
VALIDATOR_REGISTRY_SOURCE=lido
# Critical alerts (optional).
# CRITICAL_ALERTS_ALERTMANAGER_URL=http://alertmanager:9093
# CRITICAL_ALERTS_MIN_VAL_COUNT=1
# Discord web-hook (optional).
# DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...