docs: add `allow_public_signups` variable

main
Jef Roosens 2025-08-28 14:41:32 +02:00
parent 4d44216e17
commit a296d0fafe
Signed by: Jef Roosens
GPG Key ID: 02D4C0997E74717B
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ the TOML file.
* `log_level` (`OTTER_LOG_LEVEL`): how verbose the logging should be; one of
`debug`, `info`, `warn` or `error`
* Default: `warn`
* `allow_public_signups` (`OTTER_ALLOW_PUBLIC_SIGNUPS`): whether public signups
are allowed. This enables the `/signup` route and adds a notice to sign up at
the bottom of the login page.
* Default: `false`
## Network (`net`)