From 81b7086adcd7340c0fcf96893c5267f8d79c4be8 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 7 Jun 2017 21:16:33 +0200 Subject: [PATCH] [enh] configure default fallback nodes - #476 --- app/config.json | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/app/config.json b/app/config.json index 82f75e0d7..5d7b31877 100644 --- a/app/config.json +++ b/app/config.json @@ -26,6 +26,15 @@ "host": "g1.duniter.org", "port": "443" }, + "fallbackNodes": [{ + "host": "g1.duniter.org", + "port": "443" + }, + { + "host": "g1.duniter.fr", + "port": "443" + } + ], "plugins":{ "es": { "enable": true, @@ -69,6 +78,15 @@ "host": "g1.duniter.fr", "port": "443" }, + "fallbackNodes": [{ + "host": "g1.duniter.org", + "port": "443" + }, + { + "host": "g1.duniter.fr", + "port": "443" + } + ], "plugins":{ "es": { "enable": true, @@ -102,8 +120,8 @@ "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" }, "node": { - "host": "gtest.duniter.org", - "port": 10900 + "host": "g1-test.duniter.org", + "port": 443 }, "plugins":{ "es": { @@ -149,6 +167,15 @@ "host": "localhost", "port": 9600 }, + "fallbackNodes": [{ + "host": "g1.duniter.org", + "port": "443" + }, + { + "host": "g1.duniter.fr", + "port": "443" + } + ], "plugins":{ "es": { "enable": false, -- GitLab