mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
93 lines
2.2 KiB
INI
93 lines
2.2 KiB
INI
{
|
|
"hp_version": "0.6.3",
|
|
"node": {
|
|
"public_key": "",
|
|
"private_key": "",
|
|
"role": "validator",
|
|
"history": "custom",
|
|
"history_config": {
|
|
"max_primary_shards": 2,
|
|
"max_raw_shards": 2
|
|
}
|
|
},
|
|
"contract": {
|
|
"id": "",
|
|
"execute": true,
|
|
"run_as": "",
|
|
"log": {
|
|
"enable": true,
|
|
"max_mbytes_per_file": 5,
|
|
"max_file_count": 10
|
|
},
|
|
"version": "1.0",
|
|
"unl": [],
|
|
"bin_path": "",
|
|
"bin_args": "",
|
|
"environment": {},
|
|
"max_input_ledger_offset": 10,
|
|
"consensus": {
|
|
"mode": "public",
|
|
"roundtime": 2000,
|
|
"stage_slice": 25,
|
|
"threshold": 80
|
|
},
|
|
"npl": {
|
|
"mode": "public"
|
|
},
|
|
"round_limits": {
|
|
"user_input_bytes": 0,
|
|
"user_output_bytes": 0,
|
|
"npl_output_bytes": 0,
|
|
"proc_cpu_seconds": 0,
|
|
"proc_mem_bytes": 0,
|
|
"proc_ofd_count": 0,
|
|
"exec_timeout": 300000
|
|
}
|
|
},
|
|
"mesh": {
|
|
"port": 22860,
|
|
"listen": true,
|
|
"idle_timeout": 120000,
|
|
"known_peers": [],
|
|
"msg_forwarding": true,
|
|
"max_connections": 0,
|
|
"max_known_connections": 0,
|
|
"max_in_connections_per_host": 0,
|
|
"max_bytes_per_msg": 10485760,
|
|
"max_bytes_per_min": 0,
|
|
"max_bad_msgs_per_min": 0,
|
|
"max_bad_msgsigs_per_min": 0,
|
|
"max_dup_msgs_per_min": 0,
|
|
"peer_discovery": {
|
|
"enabled": true,
|
|
"interval": 30000
|
|
}
|
|
},
|
|
"user": {
|
|
"port": 8080,
|
|
"listen": true,
|
|
"idle_timeout": 0,
|
|
"max_bytes_per_msg": 10485760,
|
|
"max_bytes_per_min": 0,
|
|
"max_bad_msgs_per_min": 0,
|
|
"max_connections": 0,
|
|
"max_in_connections_per_host": 0,
|
|
"concurrent_read_requests": 4
|
|
},
|
|
"hpfs": {
|
|
"external": true,
|
|
"log": {
|
|
"log_level": "wrn"
|
|
}
|
|
},
|
|
"log": {
|
|
"log_level": "inf",
|
|
"max_mbytes_per_file": 5,
|
|
"max_file_count": 10,
|
|
"loggers": [
|
|
"file",
|
|
"console"
|
|
]
|
|
}
|
|
}
|