forked from muety/wakapi
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add welcome email option for user signup
- Loading branch information
1 parent
527ce21
commit a36cb67
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,8 +139,9 @@ argument) or via environment variables. Here is an overview of all options. | |
| `db.max_conn` /<br> `WAKAPI_DB_MAX_CONNECTIONS` | `2` | Maximum number of database connections | | ||
| `db.ssl` /<br> `WAKAPI_DB_SSL` | `false` | Whether to use TLS encryption for database connection (Postgres and CockroachDB only) | | ||
| `db.automgirate_fail_silently` /<br> `WAKAPI_DB_AUTOMIGRATE_FAIL_SILENTLY` | `false` | Whether to ignore schema auto-migration failures when starting up | | ||
| `mail.enabled` /<br> `WAKAPI_MAIL_ENABLED` | `true` | Whether to allow Hackatime to send e-mail (e.g. for password resets) | | ||
| `mail.sender` /<br> `WAKAPI_MAIL_SENDER` | `Hackatime <[email protected]>` | Default sender address for outgoing mails | | ||
| `mail.enabled` /<br> `WAKAPI_MAIL_ENABLED` | `true` | Whether to allow Hackatime to send e-mail (e.g. for password resets) | | ||
| `mail.welcome_enabled` /<br> `WAKAPI_WELCOME_ENABLED` | `true` | Whether Hackatime should send an e-mail on user signup | | ||
| `mail.sender` /<br> `WAKAPI_MAIL_SENDER` | `Hackatime <[email protected]>` | Default sender address for outgoing mails | | ||
| `mail.provider` /<br> `WAKAPI_MAIL_PROVIDER` | `smtp` | Implementation to use for sending mails (one of [`smtp`]) | | ||
| `mail.smtp.host` /<br> `WAKAPI_MAIL_SMTP_HOST` | - | SMTP server address for sending mail (if using `smtp` mail provider) | | ||
| `mail.smtp.port` /<br> `WAKAPI_MAIL_SMTP_PORT` | - | SMTP server port (usually 465) | | ||
|