Environment Variables
The page describes all the environment variables supported by Elld.
VARIABLE NAME
DESCRIPTION
EXAMPLE VALUE
ELLD_NODE_ADDRESS
The listening address of the node.
127.0.0.1:9000
ELLD_NODE_BOOTSTRAPADDRS
A comma separated list of peer addresses to connect to.
ellcrys://12D3K...4Kd@127.0.0.1:9000
ELLD_NODE_ACCOUNT
The account to assign to the client. It is used to create a unique node identity and for signing blocks.
eGAqjozAPCwktR2iWQsZ83QjBqzf3dG4iL or the index of an account on disk.
ELLD_NODE_PASSWORD
The password of the account assigned to the client.
your_secret
ELLD_RPC_ENABLED
Enables RPC service
true
ELLD_RPC_ADDRESS
The address to bind the RPC service on.
127.0.0.1:8999
ELLD_RPC_USERNAME
The RPC administrator username to use.
ELLD_RPC_PASSWORD
The RPC administrator password to use.
ELLD_DEBUG_CPUPROFILE
Turn on CPU profiling (for devs only)
ELLD_DEBUG_MEMPROFILE
Turn on Memory profiling (for devs only)
Last updated