mirror of
https://github.com/status-im/nim-confutils.git
synced 2025-02-12 20:16:30 +00:00
26 lines
386 B
TOML
26 lines
386 B
TOML
|
# curent user config file
|
||
|
|
||
|
# logLevel = "TOML CU DEBUG"
|
||
|
|
||
|
logFile = "TOML CU LOGFILE"
|
||
|
|
||
|
dataDir = "TOML CU DATADIR"
|
||
|
|
||
|
nonInteractive = true
|
||
|
|
||
|
validators = ["TOML CU VALIDATORS 0"]
|
||
|
|
||
|
validatorsDirFlag = "TOML CU VALIDATOR DIR"
|
||
|
|
||
|
secretsDirFlag = "TOML CU SECRET DIR"
|
||
|
|
||
|
graffiti = "0x00112233445566778899AABBCCDDEEFF"
|
||
|
|
||
|
stopAtEpoch = 3
|
||
|
|
||
|
# rpcPort = 1234
|
||
|
|
||
|
rpcAddress = "1.1.1.1"
|
||
|
|
||
|
retryDelay = 3
|