|
37 | 37 | # BEE_CACHE_CAPACITY=1000000 |
38 | 38 | ## enable forwarded content caching (default true) |
39 | 39 | # BEE_CACHE_RETRIEVAL=true |
40 | | -## enable chequebook (default true) |
41 | | -# BEE_CHEQUEBOOK_ENABLE=true |
| 40 | +## enable chequebook; requires swap; implied by BEE_NODE_MODE=full (default false) |
| 41 | +# BEE_CHEQUEBOOK_ENABLE=false |
42 | 42 | ## reject full-node hive/handshake records that carry no chequebook address |
43 | 43 | # BEE_CHEQUEBOOK_VERIFICATION=false |
44 | 44 | ## origins with CORS headers enabled (default []) |
|
53 | 53 | # BEE_DB_OPEN_FILES_LIMIT=200 |
54 | 54 | ## size of the database write buffer in bytes (default 33554432) |
55 | 55 | # BEE_DB_WRITE_BUFFER_SIZE=33554432 |
56 | | -## cause the node to start in full mode (default false) |
| 56 | +## cause the node to start in full mode (deprecated: use BEE_NODE_MODE=full) (default false) |
57 | 57 | # BEE_FULL_NODE=false |
58 | 58 | ## gas limit fallback when estimation fails for contract transactions (default 500000) |
59 | 59 | # BEE_GAS_LIMIT_FALLBACK=500000 |
|
71 | 71 | # BEE_NEIGHBORHOOD_SUGGESTER=https://api.swarmscan.io/v1/network/neighborhoods/suggestion |
72 | 72 | ## ID of the Swarm network (default mainnet id from bee) |
73 | 73 | # BEE_NETWORK_ID=1 |
| 74 | +## node operational mode: full, light, or ultra-light; unset infers the mode from BEE_FULL_NODE and BEE_BLOCKCHAIN_RPC_ENDPOINT (deprecated) |
| 75 | +# BEE_NODE_MODE=ultra-light |
74 | 76 | ## P2P listen address (default :1634) |
75 | 77 | # BEE_P2P_ADDR=:1634 |
76 | 78 | ## enable P2P WebSocket transport (default false) |
|
115 | 117 | # BEE_STATIC_NODES=[] |
116 | 118 | ## lru memory caching capacity in number of statestore entries (default 100000) |
117 | 119 | # BEE_STATESTORE_CACHE_CAPACITY=100000 |
118 | | -## enable storage incentives feature (default true) |
119 | | -# BEE_STORAGE_INCENTIVES_ENABLE=true |
| 120 | +## enable storage incentives feature; full node only; implied by BEE_NODE_MODE=full (default false) |
| 121 | +# BEE_STORAGE_INCENTIVES_ENABLE=false |
120 | 122 | ## enable swap (default false) |
121 | 123 | # BEE_SWAP_ENABLE=false |
122 | 124 | ## swap factory addresses (default empty) |
|
0 commit comments