From 821eec7cfd749a4b7247ff60eefd85aefa50c8bb Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 28 Apr 2016 15:16:51 +0200
Subject: [PATCH] Deploy to test_net on twiced.fr:9330

---
 app/config.json  | 8 +++++++-
 ionic.project    | 5 +++--
 www/js/config.js | 3 +--
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/app/config.json b/app/config.json
index b93fc485..aad7f69a 100644
--- a/app/config.json
+++ b/app/config.json
@@ -17,7 +17,13 @@
     }
   },
 
-  "ucoin-fr": {
+  "duniter-fr": {
+    "APP_CONFIG": {
+      "UCOIN_NODE": "test_net.duniter.fr"
+    }
+  },
+
+  "duniter-fr-es": {
     "APP_CONFIG": {
       "UCOIN_NODE": "twiced.fr:9330",
       "UCOIN_NODE_ES": "es.ucoin.fr"
diff --git a/ionic.project b/ionic.project
index 45fe9334..2e7b5c0e 100644
--- a/ionic.project
+++ b/ionic.project
@@ -8,5 +8,6 @@
   "gulpStartupTasks": [
     "sass",
     "watch"
-  ]
-}
+  ],
+  "defaultBrowser": "chrome"
+}
\ No newline at end of file
diff --git a/www/js/config.js b/www/js/config.js
index 105e5423..59801407 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -10,9 +10,8 @@ angular.module("cesium.config", [])
 
 .constant("APP_CONFIG", {
 	"UCOIN_NODE": "twiced.fr:9330",
-	"UCOIN_NODE_ES": "es.ucoin.fr",
 	"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
-- 
GitLab