Skip to content

Commit

Permalink
make docsgen-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 3, 2024
1 parent a3ee382 commit a670f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/en/default-curio-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit a670f98

Please sign in to comment.