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

Deploy to test_net on twiced.fr:9330

parent 572af75c
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,13 @@ ...@@ -17,7 +17,13 @@
} }
}, },
"ucoin-fr": { "duniter-fr": {
"APP_CONFIG": {
"UCOIN_NODE": "test_net.duniter.fr"
}
},
"duniter-fr-es": {
"APP_CONFIG": { "APP_CONFIG": {
"UCOIN_NODE": "twiced.fr:9330", "UCOIN_NODE": "twiced.fr:9330",
"UCOIN_NODE_ES": "es.ucoin.fr" "UCOIN_NODE_ES": "es.ucoin.fr"
......
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
"gulpStartupTasks": [ "gulpStartupTasks": [
"sass", "sass",
"watch" "watch"
] ],
} "defaultBrowser": "chrome"
}
\ No newline at end of file
...@@ -10,9 +10,8 @@ angular.module("cesium.config", []) ...@@ -10,9 +10,8 @@ angular.module("cesium.config", [])
.constant("APP_CONFIG", { .constant("APP_CONFIG", {
"UCOIN_NODE": "twiced.fr:9330", "UCOIN_NODE": "twiced.fr:9330",
"UCOIN_NODE_ES": "es.ucoin.fr",
"VERSION": "0.0.1", "VERSION": "0.0.1",
"BUILD_DATE": "2016-04-25T10:30:45.161Z" "BUILD_DATE": "2016-04-28T13:15:02.105Z"
}) })
; ;
\ 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