From 2a04083867a3f93d80e68d944b916197213ec473 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 2 Aug 2017 20:30:40 +0200 Subject: [PATCH] v0.15.2 --- www/js/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/js/config.js b/www/js/config.js index 7b830dbe..bee05233 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -10,7 +10,7 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 300000, - "fallbackLanguage": "fr", + "fallbackLanguage": "en", "rememberMe": true, "showUDHistory": false, "timeout": 300000, @@ -31,16 +31,16 @@ angular.module("cesium.config", []) "en": "license/license_g1-en.txt" }, "node": { - "host": "g1.duniter.fr", + "host": "g1.duniter.org", "port": "443" }, "fallbackNodes": [ { - "host": "g1.duniter.org", + "host": "g1.duniter.fr", "port": "443" }, { - "host": "g1.duniter.fr", + "host": "g1.duniter.org", "port": "443" } ], @@ -60,7 +60,7 @@ angular.module("cesium.config", []) } }, "version": "0.15.2", - "build": "2017-08-02T18:28:50.675Z", + "build": "2017-08-02T18:29:52.980Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab