github.com/ethersphere/bee/v2@v2.2.0/packaging/scoop/bee.yaml (about)

     1  ## Bee configuration - https://docs.ethswarm.org/docs/working-with-bee/configuration
     2  
     3  ## HTTP API listen address (default "127.0.0.1:1633")
     4  # api-addr: "127.0.0.1:1633"
     5  ## chain block time (default 15)
     6  # block-time: 15
     7  ## initial nodes to connect to (default ["/dnsaddr/mainnet.ethswarm.org"])
     8  # bootnode: ["/dnsaddr/mainnet.ethswarm.org"]
     9  ## config file (default is "/home/<user>/.bee.yaml")
    10  config: "./bee.yaml"
    11  ## origins with CORS headers enabled
    12  # cors-allowed-origins: []
    13  ## data directory (default "/home/<user>/.bee")
    14  data-dir: "./data"
    15  ## cache capacity in chunks, multiply by 4096 to get approximate capacity in bytes
    16  # cache-capacity: 1000000
    17  ## cause the node to start in full mode
    18  # full-node: false
    19  ## NAT exposed address
    20  # nat-addr: ""
    21  ## ID of the Swarm network (default 1)
    22  # network-id: 1
    23  ## P2P listen address (default ":1634")
    24  # p2p-addr: ":1634"
    25  ## enable P2P WebSocket transport
    26  # p2p-ws-enable: false
    27  ## password for decrypting keys
    28  # password: ""
    29  ## path to a file that contains password for decrypting keys
    30  password-file: "./password"
    31  ## percentage below the peers payment threshold when we initiate settlement (default 50)
    32  # payment-early-percent: 50
    33  ## 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
    34  # payment-threshold: 13500000
    35  ## excess debt above payment threshold in percentages where you disconnect from your peer (default 25)
    36  # payment-tolerance-percent: 25
    37  ## postage stamp contract address
    38  # postage-stamp-address: ""
    39  ## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
    40  # resolver-options: []
    41  ## enable swap (default false)
    42  # swap-enable: false
    43  ## swap blockchain endpoint (default "") [deprecated]
    44  # swap-endpoint: ""
    45  ## blockchain rpc endpoint (default "")
    46  # blockchain-rpc-endpoint: ""
    47  ## swap factory address
    48  # swap-factory-address: ""
    49  ## initial deposit if deploying a new chequebook (default 0)
    50  # swap-initial-deposit: 0
    51  ## gas price in wei to use for deployment and funding (default "")
    52  # swap-deployment-gas-price: ""
    53  ## enable tracing
    54  # tracing-enable: false
    55  ## endpoint to send tracing data (default "127.0.0.1:6831")
    56  # tracing-endpoint: "127.0.0.1:6831"
    57  ## service name identifier for tracing (default "bee")
    58  # tracing-service-name: "bee"
    59  ## proof-of-identity transaction hash
    60  # transaction: ""
    61  ## log verbosity level 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=trace (default "info")
    62  # verbosity: "info"
    63  ## send a welcome message string during handshakes
    64  # welcome-message: ""
    65  ## triggers connection to main network
    66  # mainnet: true
    67  ## minimum radius storage threshold
    68  # minimum-storage-radius: 0