Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into dorianscholz/otverio
  • Loading branch information
DorianScholz committed Nov 7, 2017
2 parents a2c05ef + a5b5d77 commit 61947a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/containers/App.js
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 61947a2

Please sign in to comment.