From 454b58a757543c4a0577abeca9a72ace5617d968 Mon Sep 17 00:00:00 2001 From: Danil Smirnov Date: Sun, 28 Feb 2021 13:46:51 +0200 Subject: [PATCH] Adding docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab3c52a..92d53cc 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ These are the settings that you MUST change before deploying: (with SITE_ID=1). - `HYPERKITTY_API_KEY`: Hyperkitty's API Key, should be set to the same value - as set for the mailman-core. + as set for the mailman-core. (Not needed in case of Postorius-only version.) - `MAILMAN_ADMIN_USER`: The username for the admin user to be created by default. @@ -234,7 +234,7 @@ For more details on how to configure this image, please look at These are the variables that you MUST change before deploying: - `HYPERKITTY_API_KEY`: Hyperkitty's API Key, should be set to the same value as - set for the mailman-web. + set for the mailman-web. Skip the variable in case of non-Hyperkitty deployment. - `DATABASE_URL`: URL of the type `driver://user:password@hostname:port/databasename` for the django to use. If