mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-11 01:28:24 -05:00
* Disable anonymous login in Grafana * Don't expose API port by default * Remove cli link in package.json * Move NODE_OPTIONS to ENV to split beacon_node and validator limits * Revert "Remove cli link in package.json" This reverts commit 74c9b2ec9a1039cc8d29b3efe71915109b17b85f.
8 lines
338 B
Bash
8 lines
338 B
Bash
# To specify a specific network (defaults to mainnet) set this value.
|
|
# Allowed values are: mainnet and pyrmont (others may work, but are deprecated)
|
|
LODESTAR_NETWORK=mainnet
|
|
|
|
# Set a custom admin password to prevent having to signup.
|
|
# Otherwise Grafana will invite you to change the default password 'admin'
|
|
GF_SECURITY_ADMIN_PASSWORD=
|