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

v0.4.3

parent 0955fc55
Branches
Tags
No related merge requests found
...@@ -10,33 +10,33 @@ angular.module("cesium.config", []) ...@@ -10,33 +10,33 @@ angular.module("cesium.config", [])
.constant("csConfig", { .constant("csConfig", {
"cacheTimeMs": 60000, "cacheTimeMs": 60000,
"fallbackLanguage": "fr-FR", "fallbackLanguage": "en",
"defaultLanguage": "fr-FR", "rememberMe": false,
"rememberMe": true,
"showUDHistory": false, "showUDHistory": false,
"timeout": 6000, "timeout": 4000,
"timeWarningExpireMembership": 5184000, "timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000, "timeWarningExpire": 7776000,
"useLocalStorage": true, "useLocalStorage": true,
"useRelative": true, "useRelative": true,
"initPhase": false, "initPhase": false,
"helptip": { "helptip": {
"enable": false "enable": true,
"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
}, },
"node": { "node": {
"host": "duniter.le-sou.org", "host": "test-net.duniter.fr",
"port": "9600" "port": "9201"
}, },
"plugins": { "plugins": {
"es": { "es": {
"enable": false, "enable": true,
"askEnable": true, "askEnable": false,
"host": "data.duniter.fr", "host": "data.duniter.fr",
"port": "80" "port": "80"
} }
}, },
"version": "0.4.3", "version": "0.4.3",
"build": "2016-10-26T08:32:03.211Z", "build": "2016-10-26T16:51:20.222Z",
"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