File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 paths-ignore :
88 - packaging/**
99 - openapi/**
10- - ' **/*.md'
11- - ' .github/ISSUE_TEMPLATE/**'
10+ - " **/*.md"
11+ - " .github/ISSUE_TEMPLATE/**"
1212 branches :
1313 - " **"
1414
1919 SETUP_CONTRACT_IMAGE : " ethersphere/bee-localchain"
2020 SETUP_CONTRACT_IMAGE_TAG : " 0.9.4"
2121 BEELOCAL_BRANCH : " main"
22- BEEKEEPER_BRANCH : " master "
22+ BEEKEEPER_BRANCH : " feat/bzz-token-address "
2323 BEEKEEPER_METRICS_ENABLED : false
2424 REACHABILITY_OVERRIDE_PUBLIC : true
2525 BATCHFACTOR_OVERRIDE_PUBLIC : 2
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ services:
1919 - BEE_BLOCKCHAIN_RPC_TLS_TIMEOUT
2020 - BEE_BOOTNODE
2121 - BEE_BOOTNODE_MODE
22+ - BEE_BZZ_TOKEN_ADDRESS
2223 - BEE_CACHE_CAPACITY
2324 - BEE_CACHE_RETRIEVAL
2425 - BEE_CHEQUEBOOK_ENABLE
Original file line number Diff line number Diff line change 3131# BEE_BOOTNODE=[/dnsaddr/mainnet.ethswarm.org]
3232## cause the node to always accept incoming connections (default false)
3333# BEE_BOOTNODE_MODE=false
34+ ## bzz token contract address
35+ # BEE_BZZ_TOKEN_ADDRESS=
3436## cache capacity in chunks, multiply by 4096 to get approximate capacity in bytes (default 1000000)
3537# BEE_CACHE_CAPACITY=1000000
3638## enable forwarded content caching (default true)
You can’t perform that action at this time.
0 commit comments