github.com/ethersphere/bee/v2@v2.2.0/packaging/docker/env (about)

     1  # Copy this file to .env, then update it with your own settings
     2  
     3  ### BEE
     4  
     5  ## HTTP API listen address (default 127.0.0.1:1633)
     6  # BEE_API_ADDR=127.0.0.1:1633
     7  ## chain block time (default 15)
     8  # BEE_BLOCK_TIME=15
     9  ## initial nodes to connect to (default [/dnsaddr/testnet.ethswarm.org])
    10  # BEE_BOOTNODE=[/dnsaddr/testnet.ethswarm.org]
    11  ## cause the node to always accept incoming connections
    12  # BEE_BOOTNODE_MODE=false
    13  ## config file (default is /home/<user>/.bee.yaml)
    14  # BEE_CONFIG=/home/bee/.bee.yaml
    15  ## origins with CORS headers enabled
    16  # BEE_CORS_ALLOWED_ORIGINS=[]
    17  ## data directory (default /home/<user>/.bee)
    18  # BEE_DATA_DIR=/home/bee/.bee
    19  ## cache capacity in chunks, multiply by 4096 to get approximate capacity in bytes
    20  # BEE_CACHE_CAPACITY=1000000
    21  ## number of open files allowed by database
    22  # BEE_DB_OPEN_FILES_LIMIT=200
    23  ## size of block cache of the database in bytes
    24  # BEE_DB_BLOCK_CACHE_CAPACITY=33554432
    25  ## size of the database write buffer in bytes
    26  # BEE_DB_WRITE_BUFFER_SIZE=33554432
    27  ## disables db compactions triggered by seeks
    28  # BEE_DB_DISABLE_SEEKS_COMPACTION=false
    29  ## enable global pinning
    30  ## cause the node to start in full mode
    31  # BEE_FULL_NODE=false
    32  ## NAT exposed address
    33  # BEE_NAT_ADDR=
    34  ## ID of the Swarm network (default 1)
    35  # BEE_NETWORK_ID=1
    36  ## P2P listen address (default :1634)
    37  # BEE_P2P_ADDR=:1634
    38  ## enable P2P QUIC protocol
    39  # BEE_P2P_QUIC_ENABLE=false
    40  ## enable P2P WebSocket transport
    41  # BEE_P2P_WS_ENABLE=false
    42  ## password for decrypting keys
    43  # BEE_PASSWORD=
    44  ## path to a file that contains password for decrypting keys
    45  # BEE_PASSWORD_FILE=
    46  ## percentage below the peers payment threshold when we initiate settlement (default 25)
    47  # BEE_PAYMENT_EARLY_PERCENT=50
    48  ## threshold in BZZ where you expect to get paid from your peers (default 100000000)
    49  # BEE_PAYMENT_THRESHOLD=100000000
    50  ## excess debt above payment threshold in percentages where you disconnect from your peer (default 25)
    51  # BEE_PAYMENT_TOLERANCE_PERCENT=25
    52  ## postage stamp contract address
    53  # BEE_POSTAGE_STAMP_ADDRESS=
    54  ## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
    55  # BEE_RESOLVER_OPTIONS=[]
    56  ## enable swap (default false)
    57  # BEE_SWAP_ENABLE=false
    58  ## swap blockchain endpoint (default ws://localhost:8546)
    59  # BEE_BLOCKCHAIN_RPC_ENDPOINT=ws://localhost:8546
    60  ## swap factory address
    61  # BEE_SWAP_FACTORY_ADDRESS=
    62  ## legacy swap factory addresses
    63  # BEE_SWAP_LEGACY_FACTORY_ADDRESSES=
    64  ## initial deposit if deploying a new chequebook (default 10000000000000000)
    65  # BEE_SWAP_INITIAL_DEPOSIT=10000000000000000
    66  ## gas price in wei to use for deployment and funding (default "")
    67  # BEE_SWAP_DEPLOYMENT_GAS_PRICE=
    68  ## enable tracing
    69  # BEE_TRACING_ENABLE=false
    70  ## endpoint to send tracing data (default 127.0.0.1:6831)
    71  # BEE_TRACING_ENDPOINT=127.0.0.1:6831
    72  ## service name identifier for tracing (default bee)
    73  # BEE_TRACING_SERVICE_NAME=bee
    74  ## proof-of-identity transaction hash
    75  # BEE_TRANSACTION=
    76  ## log verbosity level 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=trace (default info)
    77  # BEE_VERBOSITY=info
    78  ## send a welcome message string during handshakes
    79  # BEE_WELCOME_MESSAGE=
    80  ## triggers connection to main network
    81  # BEE_MAINNET=