diff --git a/config.xml b/config.xml
index cd287aaa897619f23e91f30d2533f8d068120402..fa1a9516dfd1f0a9593246d958f35fc50425dbc2 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="19000" id="fr.duniter.cesium" version="0.19.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="19100" id="fr.duniter.cesium" version="0.19.1" 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 6a93cb3b43ec975fdbf680f5a85d3f3e53a6c7e4..9d4e1519b7a93d2b76ec658411782e17d6820a5c 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.19.0" #lastest
+  echo "v0.19.1" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 083ebd501d7eef6b6db7435557c73f1cf0b65d3d..167b71c81aca642a667806c2729c014575765510 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.19.0",
+  "version": "0.19.1",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 79ae16cb44956e0e0a59050582825ecc2d56f3eb..3261fdc7ccb542972cce2511b4e962bc934b2721 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -10,19 +10,21 @@ angular.module("cesium.config", [])
 
 .constant("csConfig", {
 	"cacheTimeMs": 300000,
-	"fallbackLanguage": "fr-FR",
-	"defaultLanguage": "fr-FR",
+	"fallbackLanguage": "en",
 	"rememberMe": true,
 	"showUDHistory": true,
-	"timeout": 300000,
+	"timeout": 30000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
+	"keepAuthIlde": 600,
 	"useLocalStorage": true,
-	"useRelative": true,
-	"expertMode": true,
+	"useRelative": false,
+	"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://duniter.org/en/wiki/duniter/install/"
@@ -34,25 +36,30 @@ angular.module("cesium.config", [])
 	},
 	"node": {
 		"host": "g1.duniter.org",
-		"port": 443
+		"port": "443"
 	},
 	"fallbackNodes": [
 		{
-			"host": "g1.duniter.org",
-			"port": 443
+			"host": "g1.duniter.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": true,
-			"host": "localhost",
-			"port": 9200,
-      "wsPort": 9400,
+			"host": "g1.data.duniter.fr",
+			"port": "443",
 			"fallbackNodes": [
 				{
 					"host": "g1.data.le-sou.org",
@@ -70,20 +77,11 @@ angular.module("cesium.config", [])
 				"certReceived": true
 			},
 			"defaultCountry": "France"
-		},
-		"graph": {
-			"enable": true
-		},
-		"neo4j": {
-			"enable": true
-		},
-		"rml9": {
-			"enable": true
 		}
 	},
-	"version": "0.19.0",
-	"build": "2017-11-02T09:29:53.441Z",
+	"version": "0.19.1",
+	"build": "2017-11-03T09:10:46.344Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-;
+;
\ No newline at end of file