Skip to content

Commit

Permalink
Fixing typos in CONFIGURATION.md (#483)
Browse files Browse the repository at this point in the history
Corrected misspelling of timeout (from tiemout).
  • Loading branch information
WilliamLovins authored Oct 20, 2023
1 parent 959b786 commit 6f1691e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, ?, ☕️ |
Expand Down Expand Up @@ -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 |
| `auth.header.emailHeader` | AUTH_HEADER_EMAIL_HEADER | `Remote-Email` | The header to use for the user's email |

0 comments on commit 6f1691e

Please sign in to comment.