From e0ea2c8cc2d348242e1eeedfeff9eac68c10ea5d Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 8 Apr 2019 11:50:05 +0200 Subject: [PATCH] v1.3.10 --- www/js/config.js | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/www/js/config.js b/www/js/config.js index 464aedd8b..2d9632351 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -40,11 +40,23 @@ angular.module("cesium.config", []) }, "fallbackNodes": [ { - "host": "g1.duniter.fr", + "host": "g1.nordstrom.duniter.org", + "port": 443 + }, + { + "host": "g1.cgeek.fr", "port": 443 }, { - "host": "g1.duniter.org", + "host": "g1.monnaielibreoccitanie.org", + "port": 443 + }, + { + "host": "g1.le-sou.org", + "port": 443 + }, + { + "host": "g1.duniter.fr", "port": 443 } ], @@ -81,7 +93,7 @@ angular.module("cesium.config", []) } }, "version": "1.3.10", - "build": "2019-04-08T09:09:16.573Z", + "build": "2019-04-08T09:48:55.055Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) -- GitLab