15 lines
521 B
Markdown
15 lines
521 B
Markdown
# Miniauth.
|
|
|
|
|
|
## Config
|
|
|
|
| Name | Description | Default |
|
|
|------|-------------|---------|
|
|
| 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 |
|