From 3c650a15cd7a56ecbaad8e66bd99db5dbd024391 Mon Sep 17 00:00:00 2001 From: Steve Oney Date: Fri, 28 Aug 2015 13:37:22 -0400 Subject: [PATCH] Changed atom editor to default to uploading recordings to the shared server --- lib/voice-assist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/voice-assist.js b/lib/voice-assist.js index 24ac550..dda467a 100644 --- a/lib/voice-assist.js +++ b/lib/voice-assist.js @@ -60,8 +60,8 @@ 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', type: 'string' }, contactinfo: {