Skip to content

Commit

Permalink
Pipeline: Release 4.4.0.stable67 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Oct 3, 2023
1 parent 8cb266e commit cd43d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
| datasources | Mapping [String, [Datasource](/assemblyline4_docs/odm/models/config/#datasource)] | Datasources configuration | :material-checkbox-marked-outline: Yes | See [Datasource](/assemblyline4_docs/odm/models/config/#datasource) for more details. |
| filestore | [Filestore](/assemblyline4_docs/odm/models/config/#filestore) | Filestore configuration | :material-checkbox-marked-outline: Yes | See [Filestore](/assemblyline4_docs/odm/models/config/#filestore) for more details. |
| logging | [Logging](/assemblyline4_docs/odm/models/config/#logging) | Logging configuration | :material-checkbox-marked-outline: Yes | See [Logging](/assemblyline4_docs/odm/models/config/#logging) for more details. |
| retrohunt | [Retrohunt](/assemblyline4_docs/odm/models/config/#retrohunt) | Retrohunt configuration for the frontend and server. | :material-checkbox-marked-outline: Yes | See [Retrohunt](/assemblyline4_docs/odm/models/config/#retrohunt) for more details. |
| services | [Services](/assemblyline4_docs/odm/models/config/#services) | Service configuration | :material-checkbox-marked-outline: Yes | See [Services](/assemblyline4_docs/odm/models/config/#services) for more details. |
| system | [System](/assemblyline4_docs/odm/models/config/#system) | System configuration | :material-checkbox-marked-outline: Yes | See [System](/assemblyline4_docs/odm/models/config/#system) for more details. |
| ui | [UI](/assemblyline4_docs/odm/models/config/#ui) | UI configuration parameters | :material-checkbox-marked-outline: Yes | See [UI](/assemblyline4_docs/odm/models/config/#ui) for more details. |
| submission | [Submission](/assemblyline4_docs/odm/models/config/#submission) | Options for how submissions will be processed | :material-checkbox-marked-outline: Yes | See [Submission](/assemblyline4_docs/odm/models/config/#submission) for more details. |
| retrohunt | [Retrohunt](/assemblyline4_docs/odm/models/config/#retrohunt) | None | :material-minus-box-outline: Optional | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down Expand Up @@ -569,8 +569,8 @@
| enabled | Boolean | Is the Retrohunt functionnality enabled on the frontend | :material-checkbox-marked-outline: Yes | `False` |
| dtl | Integer | Number of days retrohunt jobs will remain in the system by default | :material-checkbox-marked-outline: Yes | `30` |
| max_dtl | Integer | Maximum number of days retrohunt jobs will remain in the system | :material-checkbox-marked-outline: Yes | `0` |
| url | Keyword | Base URL for service API | :material-checkbox-marked-outline: Yes | `None` |
| api_key | Keyword | Service API Key | :material-checkbox-marked-outline: Yes | `None` |
| url | Keyword | Base URL for service API | :material-checkbox-marked-outline: Yes | `https://hauntedhouse.hauntedhouse.svc.cluster.local:4443` |
| api_key | Keyword | Service API Key | :material-checkbox-marked-outline: Yes | `ChangeThisDefaultRetroHuntAPIKey!` |
| tls_verify | Boolean | Should tls certificates be verified | :material-checkbox-marked-outline: Yes | `True` |


Expand Down

0 comments on commit cd43d4d

Please sign in to comment.