Updated the configuration doc with the new date format parameter

This commit is contained in:
joffrey-b 2026-04-21 11:24:01 +02:00
parent 61d5f2f5f0
commit ebe01c2d43

View file

@ -26,6 +26,9 @@ If the environment variable is defined without **and** with the suffix at the sa
##### KOITO_DEFAULT_THEME ##### KOITO_DEFAULT_THEME
- Default: `yuu` - Default: `yuu`
- Description: The lowercase name of the default theme to be used by the client. Overridden if a user picks a theme in the theme switcher. - Description: The lowercase name of the default theme to be used by the client. Overridden if a user picks a theme in the theme switcher.
##### KOITO_DATE_FORMAT
- Default: `Browser locale`
- Description: The format to use for dates in the client. Supports the tokens `DD`, `MM`, and `YYYY` with any separator. For example, `DD/MM/YYYY` produces `21/04/2026`. When not set, dates are formatted using the browser's locale.
##### KOITO_LOGIN_GATE ##### KOITO_LOGIN_GATE
- Default: `false` - Default: `false`
- Description: When `true`, Koito will not show any statistics unless the user is logged in. - Description: When `true`, Koito will not show any statistics unless the user is logged in.