Use ops address rather than support which would clog up the ticketing system

This commit is contained in:
Kumi 2019-04-19 06:41:34 +00:00
parent a32d954e0f
commit 2ccbd49791

View file

@ -150,4 +150,4 @@ CELERY_WORKER_CONCURRENCY = 1
CELERY_WORKER_PREFETCH_MULTIPLIER = 1
CELERY_ACCEPT_CONTENT = ['json', 'pickle']
ADMINS = [("Kumi Systems", "support@kumi.systems")]
ADMINS = [("Kumi Systems", "ops@kumi.systems")]