Skip to content

Commit

Permalink
Merge pull request #5 from akeshavan/cloudcontrol_config
Browse files Browse the repository at this point in the history
fix: pointing to an 8080 localhost and an all_entries json file
  • Loading branch information
ltirrell authored Jun 23, 2017
2 parents 235c319 + 199c186 commit 7c0a71e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings_freesurfer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"public": {
"startup_json":"https://dl.dropboxusercontent.com/s/vnohn5nh9ho3j8a/data_rf.json?dl=0",
"startup_json":"http://localhost:8080/all_entries.json",
"modules": [
{
"name": "Brainmask",
Expand Down Expand Up @@ -51,7 +51,7 @@
"max": 2000
}
},
"staticURL": "http://localhost:3002/",
"staticURL": "http://localhost:8080/",
"usePeerJS": true
},
{
Expand Down Expand Up @@ -101,7 +101,7 @@
"alpha": 0.5
}
},
"staticURL": "http://localhost:3002/",
"staticURL": "http://localhost:8080/",
"usePeerJS": true
},
{
Expand Down Expand Up @@ -151,7 +151,7 @@
"alpha": 0.5
}
},
"staticURL": "http://localhost:3002/",
"staticURL": "http://localhost:8080/",
"usePeerJS": true
}]
}
Expand Down

0 comments on commit 7c0a71e

Please sign in to comment.