From c62752256c06c5e44e37f295a5eb980512158b05 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 20 Dec 2018 11:30:15 +0100 Subject: [PATCH] Revert config.js fallback node (revert need by desktop build) --- www/js/config.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/www/js/config.js b/www/js/config.js index 27280dc9..a068991c 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -43,14 +43,6 @@ angular.module("cesium.config", []) "host": "g1.duniter.fr", "port": 443 }, - { - "host": "g1.monnaielibreoccitanie.org", - "port": 443 - }, - { - "host": "g1.le-sou.org", - "port": 443 - }, { "host": "g1.duniter.org", "port": 443 @@ -89,7 +81,7 @@ angular.module("cesium.config", []) } }, "version": "1.2.6", - "build": "2018-12-11T16:37:06.721Z", + "build": "2018-12-20T10:05:19.381Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) -- GitLab