doc: update README.md

This commit is contained in:
Ryan Mwangi 2024-11-18 15:50:59 +03:00
parent c4ad45cd08
commit 946d7461a7

View file

@ -59,6 +59,7 @@ Example `.env` file:
LISTMONK_URL=https://your-listmonk-instance.com/api/subscribers LISTMONK_URL=https://your-listmonk-instance.com/api/subscribers
LISTMONK_USERNAME=listmonk-username LISTMONK_USERNAME=listmonk-username
LISTMONK_PASSWORD=listmonk-password LISTMONK_PASSWORD=listmonk-password
LIST_ID=listmonk-listid
PORT=3002 PORT=3002
``` ```