mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-05-02 03:01:08 -04: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 74c9b2ec9a.
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=
|