diff --git a/app/config.json b/app/config.json
index 65ae224ebcd59d1a0387737821eed8128c3cdb98..1d640ab5a9e62ca5ef00d6170b0bfe25132a559c 100644
--- a/app/config.json
+++ b/app/config.json
@@ -104,7 +104,7 @@
     }
   },
 
-  "gtest": {
+  "g1-test": {
     "cacheTimeMs": 60000,
     "fallbackLanguage": "en",
     "rememberMe": false,
@@ -115,7 +115,7 @@
     "useLocalStorage": true,
     "useRelative": false,
     "expertMode": true,
-    "decimalCount": 4,
+    "decimalCount": 2,
     "helptip": {
       "enable": true,
       "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
@@ -124,12 +124,18 @@
       "host": "g1-test.duniter.org",
       "port": 443
     },
+    "fallbackNodes": [
+      {
+        "host": "g1-test.cgeek.fr",
+        "port": 443
+      }
+    ],
     "plugins":{
       "es": {
         "enable": true,
         "askEnable": false,
-        "host": "data.gtest.duniter.fr",
-        "port": 80,
+        "host": "g1-test.data.duniter.fr",
+        "port": 443,
         "notifications": {
           "txSent": true,
           "txReceived": true,
diff --git a/www/js/config.js b/www/js/config.js
index 6c6faf02771ba6cc88fc45f2f5668c3eb759f5d1..e79466e21f9b63a77f3c970219cd825ec3d5a180 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -20,7 +20,7 @@ angular.module("cesium.config", [])
 	"useLocalStorage": true,
 	"useRelative": false,
 	"initPhase": false,
-	"expertMode": false,
+	"expertMode": true,
 	"decimalCount": 2,
 	"httpsMode": false,
 	"helptip": {
@@ -32,22 +32,13 @@ angular.module("cesium.config", [])
 		"en": "license/license_g1-en.txt"
 	},
 	"node": {
-		"host": "g1.duniter.org",
-		"port": "443"
+		"host": "g1.duniter.tednet.fr",
+		"port": "8999",
+    "useSsl": true
 	},
-	"fallbackNodes": [
-		{
-			"host": "g1.duniter.fr",
-			"port": "443"
-		},
-		{
-			"host": "g1.duniter.org",
-			"port": "443"
-		}
-	],
 	"plugins": {
 		"es": {
-			"enable": true,
+			"enable": false,
 			"askEnable": false,
 			"host": "g1.data.duniter.fr",
 			"port": "443",
@@ -60,8 +51,8 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "0.12.9",
-	"build": "2017-06-09T07:06:10.583Z",
+	"build": "2017-06-09T09:32:01.817Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-;
\ No newline at end of file
+;