aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f8f582..96d6683 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,14 @@ You can also run the app without containerization:
| DB_PORT | Postgres port (default: 5432) |
| DB_DATABASE | Postgres database (default: postgres) |
| DB_USER | Postgres user (default: postgres) |
+| EMAIL_HOST | SMTP host address |
+| EMAIL_PORT | SMTP port |
+| EMAIL_HOST_USER | SMTP host user |
+| EMAIL_HOST_PASSWORD | SMTP host password |
+| EMAIL_USE_TLS | Use TLS with SMTP? |
+| EMAIL_MESSAGE_FROM | Email message from header |
+
+`EMAIL_` variables are only required if at least one of them is defined.
## Screenshots