Select Git revision
-
Benoit Lavenier authoredBenoit Lavenier authored
config.js 727 B
/******
* !! WARNING: This is a generated file !!
*
* PLEASE DO NOT MODIFY DIRECTLY
*
* => Changes should be done on file 'app/config.json'.
******/
angular.module("cesium.config", [])
.constant("csConfig", {
"timeout": 4000,
"cacheTimeMs": 60000,
"useRelative": true,
"timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000,
"useLocalStorage": false,
"rememberMe": false,
"showUDHistory": false,
"node": {
"host": "test-net.duniter.fr",
"port": "9201"
},
"plugins": {
"es": {
"enable": false,
"host": "test-net.duniter.fr",
"port": "9203"
}
},
"version": "0.2.8",
"build": "2016-08-26T13:00:48.388Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
;