Commit 51e913e2 authored by Ralph Pichler's avatar Ralph Pichler Committed by GitHub

fix: update thresholds in packaging (#2155)

parent 02dd4346
...@@ -52,12 +52,12 @@ debug-api-enable: true ...@@ -52,12 +52,12 @@ debug-api-enable: true
# password: "" # password: ""
## path to a file that contains password for decrypting keys ## path to a file that contains password for decrypting keys
password-file: /var/lib/bee/password password-file: /var/lib/bee/password
## amount in BZZ below the peers payment threshold when we initiate settlement (default 1000000000000) ## amount in BZZ below the peers payment threshold when we initiate settlement (default 10000000)
# payment-early: 1000000000000 # payment-early: 10000000
## threshold in BZZ where you expect to get paid from your peers (default 10000000000000) ## threshold in BZZ where you expect to get paid from your peers (default 100000000)
# payment-threshold: 10000000000000 # payment-threshold: 100000000
## excess debt above payment threshold in BZZ where you disconnect from your peer (default 10000000000000) ## excess debt above payment threshold in BZZ where you disconnect from your peer (default 100000000)
# payment-tolerance: 10000000000000 # payment-tolerance: 100000000
## postage stamp contract address ## postage stamp contract address
# postage-stamp-address: "" # postage-stamp-address: ""
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url ## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
......
...@@ -59,12 +59,12 @@ BEE_CLEF_SIGNER_ENABLE=true ...@@ -59,12 +59,12 @@ BEE_CLEF_SIGNER_ENABLE=true
# BEE_PASSWORD= # BEE_PASSWORD=
## path to a file that contains password for decrypting keys ## path to a file that contains password for decrypting keys
# BEE_PASSWORD_FILE= # BEE_PASSWORD_FILE=
## amount in BZZ below the peers payment threshold when we initiate settlement (default 1000000000000) ## amount in BZZ below the peers payment threshold when we initiate settlement (default 10000000)
# BEE_PAYMENT_EARLY=1000000000000 # BEE_PAYMENT_EARLY=10000000
## threshold in BZZ where you expect to get paid from your peers (default 10000000000000) ## threshold in BZZ where you expect to get paid from your peers (default 100000000)
# BEE_PAYMENT_THRESHOLD=10000000000000 # BEE_PAYMENT_THRESHOLD=100000000
## excess debt above payment threshold in BZZ where you disconnect from your peer (default 10000000000000) ## excess debt above payment threshold in BZZ where you disconnect from your peer (default 100000000)
# BEE_PAYMENT_TOLERANCE=10000000000000 # BEE_PAYMENT_TOLERANCE=100000000
## postage stamp contract address ## postage stamp contract address
# BEE_POSTAGE_STAMP_ADDRESS= # BEE_POSTAGE_STAMP_ADDRESS=
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url ## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
......
...@@ -52,12 +52,12 @@ debug-api-enable: true ...@@ -52,12 +52,12 @@ debug-api-enable: true
# password: "" # password: ""
## path to a file that contains password for decrypting keys ## path to a file that contains password for decrypting keys
password-file: /usr/local/var/lib/swarm-bee/password password-file: /usr/local/var/lib/swarm-bee/password
## amount in BZZ below the peers payment threshold when we initiate settlement (default 1000000000000) ## amount in BZZ below the peers payment threshold when we initiate settlement (default 10000000)
# payment-early: 1000000000000 # payment-early: 10000000
## threshold in BZZ where you expect to get paid from your peers (default 10000000000000) ## threshold in BZZ where you expect to get paid from your peers (default 100000000)
# payment-threshold: 10000000000000 # payment-threshold: 100000000
## excess debt above payment threshold in BZZ where you disconnect from your peer (default 10000000000000) ## excess debt above payment threshold in BZZ where you disconnect from your peer (default 100000000)
# payment-tolerance: 10000000000000 # payment-tolerance: 100000000
## postage stamp contract address ## postage stamp contract address
# postage-stamp-address: "" # postage-stamp-address: ""
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url ## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
......
...@@ -42,12 +42,12 @@ data-dir: ./data ...@@ -42,12 +42,12 @@ data-dir: ./data
# password: "" # password: ""
## path to a file that contains password for decrypting keys ## path to a file that contains password for decrypting keys
password-file: ./password password-file: ./password
## amount in BZZ below the peers payment threshold when we initiate settlement (default 1000000000000) ## amount in BZZ below the peers payment threshold when we initiate settlement (default 10000000)
# payment-early: 1000000000000 # payment-early: 10000000
## threshold in BZZ where you expect to get paid from your peers (default 10000000000000) ## threshold in BZZ where you expect to get paid from your peers (default 100000000)
# payment-threshold: 10000000000000 # payment-threshold: 100000000
## excess debt above payment threshold in BZZ where you disconnect from your peer (default 10000000000000) ## excess debt above payment threshold in BZZ where you disconnect from your peer (default 100000000)
# payment-tolerance: 10000000000000 # payment-tolerance: 100000000
## postage stamp contract address ## postage stamp contract address
# postage-stamp-address: "" # postage-stamp-address: ""
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url ## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment