From ca580bcfe24af523fabc931bc991aa124af05c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 7 Dec 2023 09:37:37 +0100 Subject: [PATCH] Set email report contact in production --- environments/production.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environments/production.json b/environments/production.json index 68e9acc..ae7ba44 100644 --- a/environments/production.json +++ b/environments/production.json @@ -21,7 +21,8 @@ }, "email": { "domain": "kosmos.org", - "hostname": "mail.kosmos.org" + "hostname": "mail.kosmos.org", + "report_contact": "abuse@kosmos.org" }, "garage": { "replication_mode": "2",