Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem authored and github-actions[bot] committed Jan 16, 2025
1 parent b928a16 commit a1ff7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package/docs/configs/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ Defines a provider offer
| `computePeers` | string[] | **Yes** | Compute peers participating in this offer |
| `dataCenterName` | string | **Yes** | Data center name from top-level dataCenters property |
| `resourcePrices` | [object](#resourceprices) | **Yes** | Resource prices for the offer |
| `maxProtocolVersion` | integer | No | Max protocol version. Must be more then or equal to minProtocolVersion. Default: 1 |
| `minProtocolVersion` | integer | No | Min protocol version. Must be less then or equal to maxProtocolVersion. Default: 1 |
| `maxProtocolVersion` | integer | No | Max protocol version. Must be more then or equal to minProtocolVersion. Default: 2 |
| `minProtocolVersion` | integer | No | Min protocol version. Must be less then or equal to maxProtocolVersion. Default: 2 |

#### resourcePrices

Expand Down

0 comments on commit a1ff7f9

Please sign in to comment.