You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## path to a file that contains password for decrypting keys
40
56
password-file: "/var/lib/bee/password"
41
-
## percentage below the peers payment threshold when we initiate settlement (default 50)
57
+
## percentage below the peers payment threshold when we initiate settlement
42
58
# payment-early-percent: 50
43
-
## threshold in BZZ where you expect to get paid from your peers (default 13500000). For value greater than int64 or 9223372036854775807 use value in quotes
44
-
# payment-threshold: 13500000
45
-
## excess debt above payment threshold in percentages where you disconnect from your peer (default 25)
59
+
## threshold in BZZ where you expect to get paid from your peers
60
+
# payment-threshold: "13500000"
61
+
## excess debt above payment threshold in percentages where you disconnect from your peer
46
62
# payment-tolerance-percent: 25
47
63
## postage stamp contract address
48
64
# postage-stamp-address: ""
49
-
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
## percentage below the peers payment threshold when we initiate settlement (default 50)
57
+
## percentage below the peers payment threshold when we initiate settlement
42
58
# payment-early-percent: 50
43
-
## threshold in BZZ where you expect to get paid from your peers (default 13500000). For value greater than int64 or 9223372036854775807 use value in quotes
44
-
# payment-threshold: 13500000
45
-
## excess debt above payment threshold in percentages where you disconnect from your peer (default 25)
59
+
## threshold in BZZ where you expect to get paid from your peers
60
+
# payment-threshold: "13500000"
61
+
## excess debt above payment threshold in percentages where you disconnect from your peer
46
62
# payment-tolerance-percent: 25
47
63
## postage stamp contract address
48
64
# postage-stamp-address: ""
49
-
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
0 commit comments