Skip to content

Commit 7400295

Browse files
committed
v1.5.5
1 parent 20e8f9c commit 7400295

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

www/js/config.js

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

1111
.constant("csConfig", {
1212
"cacheTimeMs": 300000,
13-
"fallbackLanguage": "fr",
13+
"fallbackLanguage": "en",
1414
"rememberMe": true,
1515
"showUDHistory": true,
16-
"timeout": 300000,
16+
"timeout": 40000,
1717
"timeWarningExpireMembership": 5184000,
1818
"timeWarningExpire": 7776000,
1919
"keepAuthIdle": 600,
@@ -31,8 +31,8 @@ angular.module("cesium.config", [])
3131
}
3232
},
3333
"license": {
34-
"fr-FR": "license/license_g1-fr-FR",
3534
"en": "license/license_g1-en",
35+
"fr-FR": "license/license_g1-fr-FR",
3636
"es-ES": "license/license_g1-es-ES",
3737
"eo-EO": "license/license_g1-eo-EO"
3838
},
@@ -44,12 +44,12 @@ angular.module("cesium.config", [])
4444
"maxContentLength": 650
4545
},
4646
"node": {
47-
"host": "g1.duniter.fr",
47+
"host": "g1.duniter.org",
4848
"port": 443
4949
},
5050
"fallbackNodes": [
5151
{
52-
"host": "g1.duniter.fr",
52+
"host": "g1.cgeek.fr",
5353
"port": 443
5454
},
5555
{
@@ -61,12 +61,14 @@ angular.module("cesium.config", [])
6161
"port": 443
6262
},
6363
{
64-
"host": "duniter.normandie-libre.fr",
64+
"host": "g1.duniter.fr",
6565
"port": 443
66-
},
66+
}
67+
],
68+
"developers": [
6769
{
68-
"host": "g1.duniter.org",
69-
"port": 443
70+
"name": "Benoit Lavenier",
71+
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
7072
}
7173
],
7274
"plugins": {
@@ -96,7 +98,7 @@ angular.module("cesium.config", [])
9698
}
9799
},
98100
"version": "1.5.5",
99-
"build": "2020-03-06T14:22:26.485Z",
101+
"build": "2020-03-06T14:24:11.110Z",
100102
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
101103
})
102104

0 commit comments

Comments
 (0)