Select Git revision
Forked from
clients / Cesium-grp / Cesium
2578 commits behind the upstream repository.
-
Benoit Lavenier authored
- Home: Add "my account" button, when user is log in - Home: change "report issue" layout - Add favicon - fix #25 - prepare release 0.1.19
Benoit Lavenier authored- Home: Add "my account" button, when user is log in - Home: change "report issue" layout - Add favicon - fix #25 - prepare release 0.1.19
config.js 429 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("APP_CONFIG", {
"DUNITER_NODE": "cgeek.fr:9330",
"NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug",
"TIMEOUT": 4000,
"DEBUG": false,
"VERSION": "0.1.19",
"BUILD_DATE": "2016-06-22T13:02:21.415Z"
})
;