From 6f1691e96408f4d2aef5220df2ad2cb07291b095 Mon Sep 17 00:00:00 2001 From: WilliamLovins <145027084+WilliamLovins@users.noreply.github.com> Date: Fri, 20 Oct 2023 01:51:57 +0100 Subject: [PATCH] Fixing typos in CONFIGURATION.md (#483) Corrected misspelling of timeout (from tiemout). --- docs/CONFIGURATION.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 8c05786c..ed887001 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -78,10 +78,10 @@ set that user as ADMIN role. | `http.secure_cookie` | COOKIE_SECURE | Use secure cookies or not. | true | | `http.backend_cookie_name` | BACKEND_COOKIE_NAME | The name of the backend cookie utilized for actual auth/validation | warriorId | | `http.frontend_cookie_name` | FRONTEND_COOKIE_NAME | The name of the cookie utilized by the UI (purely for convenience not auth) | warrior | -| `http.write_tiemout` | HTTP_WRITE_TIMEOUT | HTTP response write timeout in seconds | 5 | -| `http.read_tiemout` | HTTP_READ_TIMEOUT | HTTP request read timeout in seconds | 5 | -| `http.idle_tiemout` | HTTP_IDLE_TIMEOUT | HTTP request idle timeout in seconds | 30 | -| `http.read_header_tiemout` | HTTP_READ_HEADER_TIMEOUT | HTTP read header timeout in seconds | 2 | +| `http.write_timeout` | HTTP_WRITE_TIMEOUT | HTTP response write timeout in seconds | 5 | +| `http.read_timeout` | HTTP_READ_TIMEOUT | HTTP request read timeout in seconds | 5 | +| `http.idle_timeout` | HTTP_IDLE_TIMEOUT | HTTP request idle timeout in seconds | 30 | +| `http.read_header_timeout` | HTTP_READ_HEADER_TIMEOUT | HTTP read header timeout in seconds | 2 | | `analytics.enabled` | ANALYTICS_ENABLED | Enable/disable google analytics. | true | | `analytics.id` | ANALYTICS_ID | Google analytics identifier. | UA-140245309-1 | | `config.allowedPointValues` | CONFIG_POINTS_ALLOWED | List of available point values for creating battles. | 0, 1/2, 1, 2, 3, 5, 8, 13, 20, 21, 34, 40, 55, 100, ?, ☕️ | @@ -181,4 +181,4 @@ The following configuration options are specific to the LDAP authentication meth | Option | Environment Variable | Default | Description | | --------------------------- | --------------------------- | -------------- | ----------------------------------------- | | `auth.header.usernameHeader`| AUTH_HEADER_USERNAME_HEADER | `Remote-User` | The header to use for the user's username | -| `auth.header.emailHeader` | AUTH_HEADER_EMAIL_HEADER | `Remote-Email` | The header to use for the user's email | \ No newline at end of file +| `auth.header.emailHeader` | AUTH_HEADER_EMAIL_HEADER | `Remote-Email` | The header to use for the user's email |