blob: cfcaefde789338cc2e4ed3025cc7706a6f4a6245 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
directory: /var/db/hostd
recoveryPhrase: indicate nature buzz route rude embody engage confirm aspect potato weapon bid
autoOpenWebUI: true
http:
address: :9980
password: sia is cool
syncer:
address: :9981
bootstrap: true
consensus:
network: mainnet
indexBatchSize: 100
explorer:
url: https://api.siascan.com
rhp2:
address: :9982
rhp3:
tcp: :9983
rhp4:
listenAddresses:
- protocol: tcp # tcp,tcp4 or tcp6
address: :9984
- protocol: quic # quic, quic4, quic6
address: :9984
log:
level: info # global log level
stdout:
enabled: true # enable logging to stdout
level: info # log level for console logger
format: human # log format (human, json)
enableANSI: false # enable ANSI color codes (disabled on Windows)
file:
enabled: false # enable logging to file
level: info # log level for file logger
path: /var/log/hostd.log # the path of the log file
format: json # log format (human, json)
|