From 7ad3005e716daf6d96a3b31be6a835e03456bd4e Mon Sep 17 00:00:00 2001 From: Darin Krauss Date: Tue, 24 Oct 2017 18:52:39 -0700 Subject: [PATCH] Upload data services port for platform --- app/containers/App.js | 2 +- config/device-debug.sh | 2 +- config/local.sh | 2 +- config/ui-debug.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/containers/App.js b/app/containers/App.js index fd22ecd0d2..86aef6c6b7 100644 --- a/app/containers/App.js +++ b/app/containers/App.js @@ -54,7 +54,7 @@ const serverdata = { Local: { API_URL: 'http://localhost:8009', UPLOAD_URL: 'http://localhost:9122', - DATA_URL: 'http://localhost:8077', + DATA_URL: 'http://localhost:9220', BLIP_URL: 'http://localhost:3000' }, Development: { diff --git a/config/device-debug.sh b/config/device-debug.sh index 8f5d2eab65..159cbcc0d6 100644 --- a/config/device-debug.sh +++ b/config/device-debug.sh @@ -1,6 +1,6 @@ export API_URL='http://localhost:8009' export UPLOAD_URL='http://localhost:9122' -export DATA_URL='http://localhost:8077' +export DATA_URL='http://localhost:9220' export BLIP_URL='http://localhost:3000' export DEBUG_ERROR=true export REDUX_LOG=false diff --git a/config/local.sh b/config/local.sh index d27a673a4e..a7b68dd0fb 100644 --- a/config/local.sh +++ b/config/local.sh @@ -1,6 +1,6 @@ export API_URL='http://localhost:8009' export UPLOAD_URL='http://localhost:9122' -export DATA_URL='http://localhost:8077' +export DATA_URL='http://localhost:9220' export BLIP_URL='http://localhost:3000' export DEBUG_ERROR=false export REDUX_LOG=false diff --git a/config/ui-debug.sh b/config/ui-debug.sh index cde2100709..70c398b178 100644 --- a/config/ui-debug.sh +++ b/config/ui-debug.sh @@ -1,6 +1,6 @@ export API_URL='http://localhost:8009' export UPLOAD_URL='http://localhost:9122' -export DATA_URL='http://localhost:8077' +export DATA_URL='http://localhost:9220' export BLIP_URL='http://localhost:3000' export DEBUG_ERROR=false export REDUX_LOG=true