Configuration
CLI configuration options
Config File
The CLI reads from ~/.lux/config.json:
{
"network": "mainnet",
"node_url": "https://api.lux.network",
"key_name": "default"
}Environment Variables
| Variable | Description |
|---|---|
LUX_NETWORK | Network to connect to |
LUX_KEY_NAME | Default key name |
LUX_PRIVATE_KEY | Private key (hex) |