Skip to content

Commit

Permalink
add socketio to atom
Browse files Browse the repository at this point in the history
  • Loading branch information
chensivan committed Dec 1, 2015
2 parents c50e042 + 15744ce commit 501468a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions lib/voice-assist.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ recorder.serialize = function() {
recorder.config = {
uploadURL: {
title: 'Upload URL',
// default: 'http://107.170.177.159:3000/upload_recording',
default: 'http://localhost:3000/upload_recording',

default: 'http://107.170.177.159:3000/upload_recording',
//default: 'http://localhost:3000/upload_recording',

// default: 'http://107.170.177.159:3000/upload_recording',
//default: 'http://localhost:3000/upload_recording',

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"recordrtc": "5.1.x",
"recordrtc": "5.1.0",
"atom-helpers": "latest",
"jquery": "latest",
"diff": "latest",
Expand Down

0 comments on commit 501468a

Please sign in to comment.