From 9b909fc88c202aa39bf289e1758c51d28922d501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 19 May 2023 18:43:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20syntax=20highlighting?= =?UTF-8?q?=20in=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32d787c..7976c18 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Install the package using pip: pip install git+https://github.com/Laurent2916/mailman3_webhook_archiver.git ``` -## Manual install +## Manual install (not recommended) Clone the repository: ```bash @@ -33,7 +33,7 @@ cp -r mailman3_webhook_archiver /path/to/.venv/lib/python3.11/site-packages/ The archiver loads its configuration using an external configuration file. Create and fill `/etc/mailman3/mailman-webhook-archiver.cfg` with the relevant informations. -```conf +```ini [global] url = https://webhook.example.com/foo/bar key = SUPER_SECRET_TOKEN_KEY @@ -45,7 +45,7 @@ monitored_lists = my_mailing_list, another_list, foo, bar, test Modify the mailman configuration to enable the newly added archiver. Append the following to `/etc/mailman3/mailman.cfg`. -```conf +```ini [archiver.mailman3_webhook_archiver] class: mailman3_webhook_archiver.WebhookArchiver configuration: /etc/mailman3/mailman3_webhook_archiver.cfg