add email, don't send by default, only queue
This commit is contained in:
parent
2873707e50
commit
073f8add07
2 changed files with 35 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue