forked from lidofinance/ethereum-validators-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
30 lines (28 loc) · 935 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
28
29
30
# App
HTTP_PORT=8080
DB_PORT=8123
DB_HOST=http://clickhouse
DB_USER=default
DB_PASSWORD=
DB_NAME=default
# Logs
# log format can be 'simple' or 'json'
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
# 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/...