Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/docs/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

Expand Down