From 946d7461a735b4d9610312da5d6f2021c6f3d4fe Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Mon, 18 Nov 2024 15:50:59 +0300 Subject: [PATCH] doc: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b5bdd0..558558b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Example `.env` file: LISTMONK_URL=https://your-listmonk-instance.com/api/subscribers LISTMONK_USERNAME=listmonk-username LISTMONK_PASSWORD=listmonk-password +LIST_ID=listmonk-listid PORT=3002 ```