mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
Updated the configuration doc with the new date format parameter
This commit is contained in:
parent
61d5f2f5f0
commit
ebe01c2d43
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ If the environment variable is defined without **and** with the suffix at the sa
|
|||
##### KOITO_DEFAULT_THEME
|
||||
- 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.
|
||||
##### 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
|
||||
- Default: `false`
|
||||
- Description: When `true`, Koito will not show any statistics unless the user is logged in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue