nim-confutils/tests/config_files/current_user/testVendor/testApp.toml

26 lines
387 B
TOML
Raw Permalink Normal View History

2020-11-02 09:02:35 +00:00
# curent user config file
# log-level = "TOML CU DEBUG"
2020-11-02 09:02:35 +00:00
log-file = "TOML CU LOGFILE"
2020-11-02 09:02:35 +00:00
data-dir = "TOML CU DATADIR"
2020-11-02 09:02:35 +00:00
non-interactive = true
2020-11-02 09:02:35 +00:00
validator = ["TOML CU VALIDATORS 0"]
2020-11-02 09:02:35 +00:00
validators-dir = "TOML CU VALIDATOR DIR"
2020-11-02 09:02:35 +00:00
secrets-dir= "TOML CU SECRET DIR"
2020-11-02 09:02:35 +00:00
graffiti = "0x00112233445566778899AABBCCDDEEFF"
stop-at-epoch = 3
2020-11-02 09:02:35 +00:00
# rpc-port = 1234
2020-11-02 09:02:35 +00:00
rpc-address = "1.1.1.1"
2020-11-02 09:02:35 +00:00
retry-delay = 3