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. :::