From 333e806da42d7654e2b9fc13abae984726c689e7 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 2 Feb 2021 15:10:04 +0100 Subject: [PATCH] Added documentation about the new env vars to the readme ref #135 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8d538ea..51b2d70 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,9 @@ yarn docs | MAIL_USER | String | N/A | The username for sending mails | MAIL_PASSWORD | String | N/A | The user's password for sending mails | MAIL_FROM | String | N/A | The from-address for sending mails +| IMPRINT_URL | String(Url) | /imprint | The link to a imprint page for the system (Defaults to the frontend's imprint) +| PRIVACY_URL | String(Url) | /privacy | The link to a privacy page for the system (Defaults to the frontend's privacy page) + ## Recommended Editor