Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: empty lines in sample env file #220

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,32 @@ DB_HOST=http://clickhouse
DB_USER=default
DB_PASSWORD=
DB_NAME=default

# Logs
# log format can be 'simple' or 'json'
# 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:

# 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)

# 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)

# 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'

# Validator registry source will be "lido" or "file" (optional).
VALIDATOR_REGISTRY_SOURCE=lido

# Critical alerts (optional)
# Critical alerts (optional).
# CRITICAL_ALERTS_ALERTMANAGER_URL=http://alertmanager:9093
# CRITICAL_ALERTS_MIN_VAL_COUNT=1

# Discord web-hook (optional)
# Discord web-hook (optional).
# DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...