add email, don't send by default, only queue

This commit is contained in:
j 2023-09-28 11:33:42 +02:00
commit 073f8add07
2 changed files with 35 additions and 5 deletions

View file

@ -167,6 +167,7 @@ LISTMONK_USER = "listmonk"
LISTMONK_PASSWORD = "listmonk"
LISTMONK_API = "http://localhost:9000/api/"
LISTMONK_LISTS = []
LISTMONK_SEND = False
RATELIMIT_CACHE_BACKEND = "app.brake_backend.BrakeBackend"