Use ops address rather than support which would clog up the ticketing system
This commit is contained in:
parent
a32d954e0f
commit
2ccbd49791
1 changed files with 1 additions and 1 deletions
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue