File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ func (c *command) setAllFlags(cmd *cobra.Command) {
244
244
cmd .Flags ().String (optionNameAPIAddr , "127.0.0.1:1633" , "HTTP API listen address" )
245
245
cmd .Flags ().String (optionNameP2PAddr , ":1634" , "P2P listen address" )
246
246
cmd .Flags ().String (optionNameNATAddr , "" , "NAT exposed address" )
247
- cmd .Flags ().Bool (optionNameP2PWSEnable , true , "enable P2P WebSocket transport" )
247
+ cmd .Flags ().Bool (optionNameP2PWSEnable , false , "enable P2P WebSocket transport" )
248
248
cmd .Flags ().StringSlice (optionNameBootnodes , []string {"/dnsaddr/mainnet.ethswarm.org" }, "initial nodes to connect to" )
249
249
cmd .Flags ().Uint64 (optionNameNetworkID , chaincfg .Mainnet .NetworkID , "ID of the Swarm network" )
250
250
cmd .Flags ().StringSlice (optionCORSAllowedOrigins , []string {}, "origins with CORS headers enabled" )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ data-dir: "/var/lib/bee"
49
49
# # P2P listen address
50
50
# p2p-addr: :1634
51
51
# # enable P2P WebSocket transport
52
- # p2p-ws-enable: true
52
+ # p2p-ws-enable: false
53
53
# # password for decrypting keys
54
54
# password: ""
55
55
# # path to a file that contains password for decrypting keys
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ data-dir: "/usr/local/var/lib/swarm-bee"
49
49
# # P2P listen address
50
50
# p2p-addr: :1634
51
51
# # enable P2P WebSocket transport
52
- # p2p-ws-enable: true
52
+ # p2p-ws-enable: false
53
53
# # password for decrypting keys
54
54
# password: ""
55
55
# # path to a file that contains password for decrypting keys
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ data-dir: "/opt/homebrew/var/lib/swarm-bee"
49
49
# # P2P listen address
50
50
# p2p-addr: :1634
51
51
# # enable P2P WebSocket transport
52
- # p2p-ws-enable: true
52
+ # p2p-ws-enable: false
53
53
# # password for decrypting keys
54
54
# password: ""
55
55
# # path to a file that contains password for decrypting keys
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ data-dir: "./data"
49
49
# # P2P listen address
50
50
# p2p-addr: :1634
51
51
# # enable P2P WebSocket transport
52
- # p2p-ws-enable: true
52
+ # p2p-ws-enable: false
53
53
# # password for decrypting keys
54
54
# password: ""
55
55
# # path to a file that contains password for decrypting keys
You can’t perform that action at this time.
0 commit comments