diff --git a/www/js/config.js b/www/js/config.js index c76ecb9fc101f59bf87611abd1e292d5caeb982c..1ec6ec45f47a282fceee3754961af8c0cd6231e7 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -9,12 +9,12 @@ angular.module("cesium.config", []) .constant("APP_CONFIG", { - "DUNITER_NODE": "test-net.duniter.fr:9201", - "DUNITER_NODE_ES": "localhost:9200", - "TIMEOUT": 6000, - "DEBUG": true, + "DUNITER_NODE": "cgeek.fr:9330", + "NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug", + "TIMEOUT": 4000, + "DEBUG": false, "VERSION": "0.1.26", - "BUILD_DATE": "2016-07-25T15:38:53.992Z" + "BUILD_DATE": "2016-07-26T19:08:14.141Z" }) ; \ No newline at end of file