配置说明
概述
主配置文件 thanos-web3j.conf
gateway = {
# List of gateway peers rpc port to send msg
rpc.ip.list = [
"127.0.0.1:8082",
"127.0.0.1:8182"
]
web3Size = 3
#connection check interval (s)
checkInterval = 60
# List of gateway peers http port to send msg
http.ip.list = [
"127.0.0.1:8581",
"127.0.0.1:8582"
]
}
resource {
logConfigPath = "/root/thanos-test/resource/logback.xml"
}
#tls settings, such as path of keystore,truststore,etc
tls {
needTLS = true
keyPath="/root/thanos-test/resource/tls/node.key"
certsPath="/root/thanos-test/resource/tls/chain.crt"
}配置gateway标签
配置resource标签
配置tls标签
日志管理配置文件 logback.xml
配置打印的日志组件
配置打印的日志等级
Last updated