forked from lidofinance/ethereum-validators-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.example
27 lines (25 loc) · 888 Bytes
/
.env.example
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
# App
HTTP_PORT=8080
DB_PORT=8123
DB_HOST=http://clickhouse
DB_USER=default
DB_PASSWORD=
DB_NAME=stats
# Logs
# log format can be 'simple' or 'json'
LOG_FORMAT=simple
# select a slot as close as possible to the last finalized: find last finalized epoch, copy last slot from it
START_EPOCH=155000
# you can set URL list (it must be a comma separated string)
EL_RPC_URLS=https://<network_name>.infura.io/v3/<secret>
# execution layer network id (1 - mainnet, 5 - goerli)
ETH_NETWORK=1
# 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'
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/...