diff --git a/documentation/en/default-curio-config.toml b/documentation/en/default-curio-config.toml index 7bf83c8d559..f4e4c19b853 100644 --- a/documentation/en/default-curio-config.toml +++ b/documentation/en/default-curio-config.toml @@ -139,7 +139,7 @@ # type: int #MoveStorageMaxTasks = 0 - # MarketRPCServers is a list of tuples of miner address and port/ip to listen for market (e.g. boost) requests. + # BoostAdapters is a list of tuples of miner address and port/ip to listen for market (e.g. boost) requests. # This interface is compatible with the lotus-miner RPC, implementing a subset needed for storage market operations. # Strings should be in the format "actor:port" or "actor:ip:port". Default listen address is 0.0.0.0 # Example: "f0123:32100", "f0123:127.0.0.1:32100". Multiple addresses can be specified. @@ -158,7 +158,7 @@ # a machine which handles ParkPiece tasks. # # type: []string - #MarketRPCServers = [] + #BoostAdapters = [] # EnableWebGui enables the web GUI on this lotus-provider instance. The UI has minimal local overhead, but it should # only need to be run on a single machine in the cluster.