bitxhub/config/bitxhub.toml

37 lines
502 B
TOML
Executable File

title = "BitXHub configuration file"
solo = false
[port]
grpc = 60011
gateway = 9091
pprof = 53121
monitor = 40011
[pprof]
enable = true
[monitor]
enable = true
[gateway]
allowed_origins = ["*"]
[log]
level = "info"
dir = "logs"
filename = "bitxhub.log"
report_caller = false
[log.module]
p2p = "info"
consensus = "info"
executor = "info"
router = "info"
api = "info"
coreapi = "info"
[cert]
verify = true
[order]
plugin = "plugins/raft.so"