Skip to content

Commit 061bfad

Browse files
committed
v0.3.17
1 parent 940bb60 commit 061bfad

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

www/js/config.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ angular.module("cesium.config", [])
1010

1111
.constant("csConfig", {
1212
"cacheTimeMs": 60000,
13-
"fallbackLanguage": "fr-FR",
14-
"defaultLanguage": "fr-FR",
13+
"fallbackLanguage": "en",
1514
"rememberMe": false,
1615
"showUDHistory": false,
1716
"timeout": 4000,
@@ -21,21 +20,21 @@ angular.module("cesium.config", [])
2120
"useRelative": true,
2221
"initPhase": false,
2322
"helptip": {
24-
"enable": false
23+
"enable": true
2524
},
2625
"node": {
27-
"host": "duniter.le-sou.org",
28-
"port": "9600"
26+
"host": "test-net.duniter.fr",
27+
"port": "9201"
2928
},
3029
"plugins": {
3130
"es": {
32-
"enable": false,
33-
"host": "data.le-sou.org",
31+
"enable": true,
32+
"host": "data.duniter.fr",
3433
"port": "80"
3534
}
3635
},
3736
"version": "0.3.17",
38-
"build": "2016-10-20T19:04:23.589Z",
37+
"build": "2016-10-21T09:39:32.608Z",
3938
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
4039
})
4140

0 commit comments

Comments
 (0)