This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
miniauthold/Readme.md
kekskurse 69333fd306
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline failed
ci/woodpecker/push/deplyoment unknown status
chore: dummy store env
2025-03-17 19:15:41 +01:00

16 lines
619 B
Markdown

# Miniauth.
## Config
| Name | Description | Default |
|------|-------------|---------|
| DUMMY_DATABASE | Setup a new sqlite with the struct but no data for dev and test only | false |
| USERSTORE_SQLITE_PATH | Path to the Sqlite Database | `none` |
| PORT | Port for the Webserver | 8080 |
| SMTP_SERVER | SMTP Server to send mails | `none` |
| SMTP_PORT | SMTP Port | 587 |
| SMTP_USERNAME | SMTP Username | `none` |
| SMTP_PASSWORD | SMTP Password | `none` |
| SMTP_FROM | Mail address used as from for all mails | `none` |
| WEB_PUBLIC_REGISTRATION | Enabled the registration for anyone on the webgui | False |