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

Switch default node to cgeek.fr:9330

parent 55530dad
No related branches found
No related tags found
No related merge requests found
{ {
"default": { "default": {
"APP_CONFIG": { "APP_CONFIG": {
"UCOIN_NODE": "twiced.fr:9330" "UCOIN_NODE": "cgeek.fr:9330"
}
},
"twiced-fr": {
"APP_CONFIG": {
"UCOIN_NODE": "twiced.fr:9330"
} }
}, },
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
angular.module("cesium.config", []) angular.module("cesium.config", [])
.constant("APP_CONFIG", { .constant("APP_CONFIG", {
"UCOIN_NODE": "twiced.fr:9330", "UCOIN_NODE": "cgeek.fr:9330",
"VERSION": "0.0.1", "VERSION": "0.0.1",
"BUILD_DATE": "2016-04-29T15:55:15.681Z" "BUILD_DATE": "2016-04-29T15:55:15.681Z"
}) })
; ;
\ 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