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

Release 0.1.27

parent 792461ee
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@
}
},
"gchange": {
"market": {
"APP_CONFIG": {
"DUNITER_NODE": "cgeek.fr:9330",
"DUNITER_NODE_ES": "data.duniter.fr",
"DUNITER_NODE_ES": "test-net.duniter.fr:9202",
"NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug",
"TIMEOUT": 4000,
"DEBUG": false
......@@ -29,7 +29,7 @@
"dev-es": {
"APP_CONFIG": {
"DUNITER_NODE": "test-net.duniter.fr:9201",
"DUNITER_NODE_ES": "localhost:9200",
"DUNITER_NODE_ES": "192.168.0.28:9200",
"TIMEOUT": 6000,
"DEBUG": true
}
......
......@@ -10,10 +10,12 @@ angular.module("cesium.config", [])
.constant("APP_CONFIG", {
"DUNITER_NODE": "cgeek.fr:9330",
"TIMEOUT": 6000,
"DEBUG": true,
"DUNITER_NODE_ES": "test-net.duniter.fr:9202",
"NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug",
"TIMEOUT": 4000,
"DEBUG": false,
"VERSION": "0.1.27",
"BUILD_DATE": "2016-08-17T12:43:55.176Z"
"BUILD_DATE": "2016-08-18T12:55:59.884Z"
})
;
;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment