use listmonk token

This commit is contained in:
j 2025-01-23 15:19:19 +05:30
commit e3ece477c0
2 changed files with 13 additions and 4 deletions

View file

@ -165,6 +165,7 @@ CELERY_RESULT_BACKEND = 'django-db'
SIGNAL_MODERATORS = []
LISTMONK_USER = "listmonk"
LISTMONK_PASSWORD = "listmonk"
LISTMONK_TOKEN = None
LISTMONK_API = "http://localhost:9000/api/"
LISTMONK_LISTS = []
LISTMONK_SEND = False