@@ -121,6 +121,7 @@ Returns all settings that can be overridden in the database via the Constance ba
121121 | `SIDEBAR_LOGO_DARK` | string (uri) |
122122 | `SIDEBAR_LOGO_MOBILE` | string (uri) |
123123 | `SIDEBAR_STYLE` | string |
124+ | `FONT_FAMILY` | string |
124125 | `LOGIN_LOGO` | string (uri) |
125126 | `LOGIN_LOGO_MULTILINGUAL` | object (free-form) |
126127 | `LOGIN_PAGE_LAYOUT` | string |
@@ -265,6 +266,7 @@ Returns all settings that can be overridden in the database via the Constance ba
265266 | `LLM_TOKEN_LIMIT_MONTHLY` | integer |
266267 | `LLM_CHAT_SESSION_RETENTION_DAYS` | integer |
267268 | `LLM_CHAT_STORAGE_ENABLED` | boolean |
269+ | `LLM_CHAT_HISTORY_LIMIT` | integer |
268270 | `SOFTWARE_CATALOG_EESSI_UPDATE_ENABLED` | boolean |
269271 | `SOFTWARE_CATALOG_EESSI_VERSION` | string |
270272 | `SOFTWARE_CATALOG_EESSI_API_URL` | string |
@@ -420,6 +422,7 @@ Updates one or more settings in the database via the Constance backend. Requires
420422 | `SIDEBAR_LOGO_DARK` | string (binary) | |
421423 | `SIDEBAR_LOGO_MOBILE` | string (binary) | |
422424 | `SIDEBAR_STYLE` | string | |
425+ | `FONT_FAMILY` | string | |
423426 | `LOGIN_LOGO` | string (binary) | |
424427 | `LOGIN_LOGO_MULTILINGUAL` | object (free-form) | |
425428 | `LOGIN_PAGE_LAYOUT` | string | |
@@ -564,6 +567,7 @@ Updates one or more settings in the database via the Constance backend. Requires
564567 | `LLM_TOKEN_LIMIT_MONTHLY` | integer | |
565568 | `LLM_CHAT_SESSION_RETENTION_DAYS` | integer | |
566569 | `LLM_CHAT_STORAGE_ENABLED` | boolean | |
570+ | `LLM_CHAT_HISTORY_LIMIT` | integer | |
567571 | `SOFTWARE_CATALOG_EESSI_UPDATE_ENABLED` | boolean | |
568572 | `SOFTWARE_CATALOG_EESSI_VERSION` | string | |
569573 | `SOFTWARE_CATALOG_EESSI_API_URL` | string | |
0 commit comments