From f021b98446e1e41ae3cd0b48fe5fe7313d1efada Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Mon, 14 Aug 2023 16:58:38 +0200 Subject: [PATCH] enh(config): Update default peers --- app/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/config.json b/app/config.json index 0ada6c38..d52cfae0 100644 --- a/app/config.json +++ b/app/config.json @@ -73,9 +73,8 @@ "port": 443 }, { - "host": "duniter.moul.re", - "port": 443, - "path": "/bma" + "host": "g1.le-sou.org", + "port": 443 } ], "developers": [ -- GitLab