diff --git a/config.xml b/config.xml
index 3b7728217b3a075420a345d3497b576208160330..925603b913633455b181773baabf8d9ca1a44400 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="18200" id="fr.duniter.cesium" version="0.18.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="18300" id="fr.duniter.cesium" version="0.18.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
diff --git a/install.sh b/install.sh
index ecab9b046948495dc1b0dbd62b8d40d286ec0281..0c044ff90bc77ca0a3ba888464edbb94a8bb4e5c 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.18.2" #lastest
+  echo "v0.18.3" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 464ac1b0a66ce2f26948dfe307efe610b09053c2..ee62f9338a1646074451a6dcca3e2d38bf7fc6fb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.18.2",
+  "version": "0.18.3",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 12566a68a9973c7205b0ef3ea6bf7bbdcdc1391b..2221ba573ba946c0d7a0c76576680dfc6e8e6c34 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -12,37 +12,54 @@ angular.module("cesium.config", [])
 	"cacheTimeMs": 300000,
 	"fallbackLanguage": "en",
 	"rememberMe": true,
-	"timeout": 300000,
+	"showUDHistory": true,
+	"timeout": 30000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
+	"keepAuthIlde": 600,
 	"useLocalStorage": true,
 	"useRelative": false,
-	"expertMode": true,
+	"expertMode": false,
 	"decimalCount": 2,
+	"httpsMode": false,
 	"shareBaseUrl": "https://g1.duniter.fr",
 	"helptip": {
-		"enable": false,
+		"enable": true,
 		"installDocUrl": {
 			"fr-FR": "https://duniter.org/fr/wiki/duniter/installer/",
-			"en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
+			"en": "https://duniter.org/en/wiki/duniter/install/"
 		}
 	},
+	"license": {
+		"fr-FR": "license/license_g1-fr-FR",
+		"en": "license/license_g1-en"
+	},
 	"node": {
-		"host": "g1-test.duniter.org",
-		"port": 443
+		"host": "g1.duniter.org",
+		"port": "443"
 	},
 	"fallbackNodes": [
 		{
-			"host": "g1-test.cgeek.fr",
-			"port": 443
+			"host": "g1.duniter.fr",
+			"port": "443"
+		},
+		{
+			"host": "g1.duniter.org",
+			"port": "443"
+		}
+	],
+	"developers": [
+		{
+			"name": "Benoit Lavenier",
+			"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
 		}
 	],
 	"plugins": {
 		"es": {
 			"enable": true,
 			"askEnable": false,
-			"host": "g1-test.data.duniter.fr",
-			"port": 443,
+			"host": "g1.data.duniter.fr",
+			"port": "443",
 			"notifications": {
 				"txSent": true,
 				"txReceived": true,
@@ -52,8 +69,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.18.2",
-	"build": "2017-10-20T16:07:02.760Z",
+	"version": "0.18.3",
+	"build": "2017-10-20T17:44:25.876Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })