Skip to content

Commit

Permalink
Updating README with revised parameters from values.yaml of Helm Chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 15, 2025
1 parent 0c7f7b8 commit 865e4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ Defines parameters related to the backend server component of Speckle.
| `server.max_object_upload_file_size_mb` | Objects are batched together and uploaded to the /objects endpoint as http POST form data. This determines the maximum size of that form data which can be uploaded to the server. It should be greater than or equal to max_object_size_mb. | `100` |
| `server.max_project_models_per_page` | The maximum number of models that can be returned in a single page of a query for all models of a project | `500` |
| `server.speckleAutomateUrl` | The url of the Speckle Automate instance | `https://automate.speckle.systems` |
| `server.asyncRequestContextEnabled` | If enabled, the server will use the async request context for improved log msg correlation | `false` |
| `server.gendoAI.apiUrl` | The url of the Gendo AI application, including protocol. | `https://api.gendo.ai/external/generate` |
| `server.gendoAI.creditLimit` | The number of Gendo AI credit a user gets every month. | `40` |
| `server.gendoAI.key.secretName` | The name of the Kubernetes Secret containing the Gendo AI key. If left blank, will default to the `secretName` parameter. | `""` |
Expand Down

0 comments on commit 865e4cf

Please sign in to comment.