From 527d2ba82b6e16f3131bc108f18ad3b490d7b72c Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Mon, 1 Mar 2021 19:23:11 +0100
Subject: [PATCH] [fix] Remove old duniter node

---
 app/config.json | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/app/config.json b/app/config.json
index 0c3c148c5..00661b000 100644
--- a/app/config.json
+++ b/app/config.json
@@ -61,14 +61,6 @@
         "host": "g1.presles.fr",
         "port": 443
       },
-      {
-        "host": "g1.le-sou.org",
-        "port": 443
-      },
-      {
-        "host": "duniter.normandie-libre.fr",
-        "port": 443
-      },
       {
         "host": "g1.duniter.org",
         "port": 443
@@ -89,10 +81,6 @@
             "host": "g1.data.presles.fr",
             "port": 443
           },
-          {
-            "host": "g1.data.le-sou.org",
-            "port": 443
-          },
           {
             "host": "g1.data.mithril.re",
             "port": 443
@@ -302,7 +290,7 @@
       "eo-EO": "license/license_g1-eo-EO"
     },
     "node": {
-      "host": "g1.duniter.fr",
+      "host": "g1.e-is.pro",
       "port": 443
     },
     "fallbackNodes": [{
@@ -310,7 +298,7 @@
         "port": 443
       },
       {
-        "host": "g1.duniter.fr",
+        "host": "g1.e-is.pro",
         "port": 443
       }
     ],
-- 
GitLab