Skip to content
Snippets Groups Projects
Commit 3d66a03e authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

revert config to default node

parent dd532e8b
No related branches found
No related tags found
No related merge requests found
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
angular.module("cesium.config", []) angular.module("cesium.config", [])
.constant("APP_CONFIG", { .constant("APP_CONFIG", {
"DUNITER_NODE": "test-net.duniter.fr:9201", "DUNITER_NODE": "cgeek.fr:9330",
"DUNITER_NODE_ES": "localhost:9200", "NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug",
"TIMEOUT": 6000, "TIMEOUT": 4000,
"DEBUG": true, "DEBUG": false,
"VERSION": "0.1.26", "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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment