Select Git revision
config.js
config.js 1.03 KiB
/******
* !! 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", {
"cacheTimeMs": 60000,
"fallbackLanguage": "fr-FR",
"defaultLanguage": "fr-FR",
"rememberMe": true,
"showUDHistory": false,
"timeout": 6000,
"timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000,
"useLocalStorage": true,
"useRelative": true,
"initPhase": false,
"expertMode": false,
"decimalCount": 2,
"helptip": {
"enable": true,
"installDocUrl": {
"fr-FR": "http://www.le-sou.org/devenir-noeud/",
"en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
}
},
"node": {
"host": "test-net.duniter.fr",
"port": "9201"
},
"plugins": {
"es": {
"enable": false,
"askEnable": true,
"host": "data.le-sou.org",
"port": "80"
}
},
"version": "0.5.2",
"build": "2017-01-09T14:35:34.003Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
;