From 3a085cf29a60d9366aec62c4d70115f2deef6c69 Mon Sep 17 00:00:00 2001 From: Ryc O'Chet Date: Tue, 3 Mar 2026 09:54:18 +0000 Subject: [PATCH] Configuration FILE has no underscore --- src/content/docs/docs/reference/configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/docs/reference/configuration.mdx b/src/content/docs/docs/reference/configuration.mdx index 6669ce7..1415991 100644 --- a/src/content/docs/docs/reference/configuration.mdx +++ b/src/content/docs/docs/reference/configuration.mdx @@ -6,8 +6,8 @@ description: Reference on Tinyauth's configuration. Tinyauth can be configured using environment variables or CLI flags. The table below provides a comprehensive list of configuration options. :::note - Configuration options with a `FILE_` equivalent (e.g., `USERS` and - `USERS_FILE`) allow the `FILE_` environment variable or CLI flag to be used as + Configuration options with a `FILE` equivalent (e.g., `USERS` and + `USERSFILE`) allow the `FILE` environment variable or CLI flag to be used as an alternative. :::