From 7c3d4c51bf6227c4947552257542207a72094d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Thu, 23 Jan 2025 06:38:50 +0100 Subject: [PATCH] docs: fix typo in env var (see #738) [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64a32e81..52c4ed6b 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ argument) or via environment variables. Here is an overview of all options. | `app.leaderboard_enabled` /
`WAKAPI_LEADERBOARD_ENABLED` | `true` | Whether to enable the public leaderboard | | `app.leaderboard_scope` /
`WAKAPI_LEADERBOARD_SCOPE` | `7_days` | Aggregation interval for public leaderboard (see [here](https://github.com/muety/wakapi/blob/7d156cd3edeb93af2997bd95f12933b0aabef0c9/config/config.go#L71) for allowed values) | | `app.leaderboard_generation_time` /
`WAKAPI_LEADERBOARD_GENERATION_TIME` | `0 0 6 * * *,0 0 18 * * *` | One or multiple times of day at which to re-calculate the leaderboard | -| `app.leaderboard_require_auth` /
`WAKAPI_LEADERBOARD_REUQIRE_AUTH` | `false` | Restrict leaderboard access to logged in users only | +| `app.leaderboard_require_auth` /
`WAKAPI_LEADERBOARD_REQUIRE_AUTH` | `false` | Restrict leaderboard access to logged in users only | | `app.aggregation_time` /
`WAKAPI_AGGREGATION_TIME` | `0 15 2 * * *` | Time of day at which to periodically run summary generation for all users | | `app.report_time_weekly` /
`WAKAPI_REPORT_TIME_WEEKLY` | `0 0 18 * * 5` | Week day and time at which to send e-mail reports | | `app.data_cleanup_time` /
`WAKAPI_DATA_CLEANUP_TIME` | `0 0 6 * * 0` | When to perform data cleanup operations (see `app.data_retention_months`) |