Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: align config templates with defaults for swap-enable #4487

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packaging/bee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ password-file: /var/lib/bee/password
# postage-stamp-address: ""
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
# resolver-options: []
## enable swap (default true)
# swap-enable: true
## enable swap (default false)
# swap-enable: false
## swap blockchain endpoint (default "") [deprecated]
# swap-endpoint: ""
## blockchain endpoint (default "")
Expand Down
4 changes: 2 additions & 2 deletions packaging/docker/env
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
# BEE_POSTAGE_STAMP_ADDRESS=
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
# BEE_RESOLVER_OPTIONS=[]
## enable swap (default true)
# BEE_SWAP_ENABLE=true
## enable swap (default false)
# BEE_SWAP_ENABLE=false
## swap blockchain endpoint (default ws://localhost:8546)
# BEE_BLOCKCHAIN_RPC_ENDPOINT=ws://localhost:8546
## swap factory address
Expand Down
4 changes: 2 additions & 2 deletions packaging/homebrew-amd64/bee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ password-file: /usr/local/var/lib/swarm-bee/password
# postage-stamp-address: ""
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
# resolver-options: []
## enable swap (default true)
# swap-enable: true
## enable swap (default false)
# swap-enable: false
## swap blockchain endpoint (default "") [deprecated]
# swap-endpoint: ""
## blockchain rpc endpoint (default "")
Expand Down
4 changes: 2 additions & 2 deletions packaging/homebrew-arm64/bee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ password-file: /opt/homebrew/var/lib/swarm-bee/password
# postage-stamp-address: ""
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
# resolver-options: []
## enable swap (default true)
# swap-enable: true
## enable swap (default false)
# swap-enable: false
## swap blockchain endpoint (default "") [deprecated]
# swap-endpoint: ""
## blockchain rpc endpoint (default "")
Expand Down
4 changes: 2 additions & 2 deletions packaging/scoop/bee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ password-file: ./password
# postage-stamp-address: ""
## ENS compatible API endpoint for a TLD and with contract address, can be repeated, format [tld:][contract-addr@]url
# resolver-options: []
## enable swap (default true)
# swap-enable: true
## enable swap (default false)
# swap-enable: false
## swap blockchain endpoint (default "") [deprecated]
# swap-endpoint: ""
## blockchain rpc endpoint (default "")
Expand Down
Loading