blob: bdc9ea9ce2ffc5049a9b7c0b0b089f732bdeb131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# If set to "Y" disallows direct peer connection
#ALWAYS_USE_RELAY=
# Path for database file
#DB_URL=
# If set force the use of a specific key, if set to "_" force the use of any key
#KEY=
# Listening port (21116 for hbbs, 21117 for hbbr)
#PORT=
# IP address/DNS name of the machines running hbbr (separated by comma)
#RELAY=
# Set debug level (error|warn|info|debug|trace)
#RUST_LOG=
|