Skip to content
Snippets Groups Projects
Commit c2829267 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

v0.19.1

parent fab91f4a
Branches
Tags
No related merge requests found
<?xml version='1.0' encoding='utf-8'?> <?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> <name>Cesium</name>
<description> <description>
An simple App for Duniter wallet An simple App for Duniter wallet
......
...@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then ...@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi fi
latest_version() { latest_version() {
echo "v0.19.0" #lastest echo "v0.19.1" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "0.19.0", "version": "0.19.1",
"description": "Unhosted webapp client for Duniter network", "description": "Unhosted webapp client for Duniter network",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -10,19 +10,21 @@ angular.module("cesium.config", []) ...@@ -10,19 +10,21 @@ angular.module("cesium.config", [])
.constant("csConfig", { .constant("csConfig", {
"cacheTimeMs": 300000, "cacheTimeMs": 300000,
"fallbackLanguage": "fr-FR", "fallbackLanguage": "en",
"defaultLanguage": "fr-FR",
"rememberMe": true, "rememberMe": true,
"showUDHistory": true, "showUDHistory": true,
"timeout": 300000, "timeout": 30000,
"timeWarningExpireMembership": 5184000, "timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000, "timeWarningExpire": 7776000,
"keepAuthIlde": 600,
"useLocalStorage": true, "useLocalStorage": true,
"useRelative": true, "useRelative": false,
"expertMode": true, "expertMode": false,
"decimalCount": 2, "decimalCount": 2,
"httpsMode": false,
"shareBaseUrl": "https://g1.duniter.fr",
"helptip": { "helptip": {
"enable": false, "enable": true,
"installDocUrl": { "installDocUrl": {
"fr-FR": "https://duniter.org/fr/wiki/duniter/installer/", "fr-FR": "https://duniter.org/fr/wiki/duniter/installer/",
"en": "https://duniter.org/en/wiki/duniter/install/" "en": "https://duniter.org/en/wiki/duniter/install/"
...@@ -34,25 +36,30 @@ angular.module("cesium.config", []) ...@@ -34,25 +36,30 @@ angular.module("cesium.config", [])
}, },
"node": { "node": {
"host": "g1.duniter.org", "host": "g1.duniter.org",
"port": 443 "port": "443"
}, },
"fallbackNodes": [ "fallbackNodes": [
{ {
"host": "g1.duniter.org", "host": "g1.duniter.fr",
"port": 443 "port": "443"
}, },
{ {
"host": "g1.duniter.fr", "host": "g1.duniter.org",
"port": 443 "port": "443"
}
],
"developers": [
{
"name": "Benoit Lavenier",
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
} }
], ],
"plugins": { "plugins": {
"es": { "es": {
"enable": true, "enable": true,
"askEnable": true, "askEnable": true,
"host": "localhost", "host": "g1.data.duniter.fr",
"port": 9200, "port": "443",
"wsPort": 9400,
"fallbackNodes": [ "fallbackNodes": [
{ {
"host": "g1.data.le-sou.org", "host": "g1.data.le-sou.org",
...@@ -70,19 +77,10 @@ angular.module("cesium.config", []) ...@@ -70,19 +77,10 @@ angular.module("cesium.config", [])
"certReceived": true "certReceived": true
}, },
"defaultCountry": "France" "defaultCountry": "France"
},
"graph": {
"enable": true
},
"neo4j": {
"enable": true
},
"rml9": {
"enable": true
} }
}, },
"version": "0.19.0", "version": "0.19.1",
"build": "2017-11-02T09:29:53.441Z", "build": "2017-11-03T09:10:46.344Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment