-
Benoit Lavenier authoredBenoit Lavenier authored
config.js 1.22 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": "en",
"rememberMe": true,
"showUDHistory": false,
"timeout": 10000,
"timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000,
"useLocalStorage": true,
"useRelative": false,
"initPhase": false,
"expertMode": false,
"decimalCount": 2,
"httpsMode": false,
"helptip": {
"enable": false,
"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
},
"license": {
"fr-FR": "license/license_g1.txt",
"en": "license/license_g1-en.txt",
"es-ES": "license/license_g1-es-ES.txt",
"nl-NL": "license/license_g1-nl-NL.txt"
},
"node": {
"host": "g1.duniter.org",
"port": "443"
},
"plugins": {
"es": {
"enable": true,
"askEnable": false,
"host": "localhost",
"port": "9200",
"wsPort": "9400"
},
"graph": {
"enable": true
},
"neo4j": {
"enable": true
}
},
"version": "0.12.2",
"build": "2017-05-15T09:56:04.032Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
;