From 4e1ea5dbd9f8d576b08d02f060a0fc5c4cec9645 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Fri, 13 Jun 2025 01:53:36 -0400 Subject: [PATCH] docs: typos --- docs/src/content/docs/reference/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/reference/configuration.md b/docs/src/content/docs/reference/configuration.md index 4c24512..2a960e1 100644 --- a/docs/src/content/docs/reference/configuration.md +++ b/docs/src/content/docs/reference/configuration.md @@ -20,9 +20,10 @@ Koito is configured using **environment variables**. This is the full list of co ##### KOITO_BIND_ADDR - Description: The address to bind to. The default blank value is equivalent to `0.0.0.0`. ##### KOITO_LISTEN_PORT -- Default: `:4110` +- Default: `4110` - Description: The port Koito will listen on. ##### KOITO_ENABLE_STRUCTURED_LOGGING +- Default: `false` - Description: When set to `true`, will log in JSON format. ##### KOITO_ENABLE_FULL_IMAGE_CACHE - Default: `false`