From fdac58e5b972af80ce9d734e347fa0f91723b38a Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Fri, 29 Mar 2024 15:55:45 +0100 Subject: [PATCH] feat: add `news` account --- config/account.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/account.json b/config/account.json index c76771f..b75b9a7 100644 --- a/config/account.json +++ b/config/account.json @@ -18,5 +18,9 @@ "test": { "name": "Test Cohabit", "address": "test@cohabit.fr" + }, + "news": { + "name": "News Cohabit", + "address": "news@cohabit.fr" } }