From 3d66a03ebec069e3ca9cc5816388e270f51083e3 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Tue, 26 Jul 2016 21:08:40 +0200
Subject: [PATCH] revert config to default node

---
 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 c76ecb9f..1ec6ec45 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -9,12 +9,12 @@
 angular.module("cesium.config", [])
 
 .constant("APP_CONFIG", {
-	"DUNITER_NODE": "test-net.duniter.fr:9201",
-	"DUNITER_NODE_ES": "localhost:9200",
-	"TIMEOUT": 6000,
-	"DEBUG": true,
+	"DUNITER_NODE": "cgeek.fr:9330",
+	"NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug",
+	"TIMEOUT": 4000,
+	"DEBUG": false,
 	"VERSION": "0.1.26",
-	"BUILD_DATE": "2016-07-25T15:38:53.992Z"
+	"BUILD_DATE": "2016-07-26T19:08:14.141Z"
 })
 
 ;
\ No newline at end of file
-- 
GitLab