Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
Configuration option for Instawork pool
Browse files Browse the repository at this point in the history
  • Loading branch information
maxg committed Jun 18, 2012
1 parent 8a02f59 commit b8d675f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/collabode.properties.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ unsafeLaunches = false
# instaworkURL = ...
# instaworkUser = ...
# instaworkKey = ...
# instaworkPool = ...

# feedbackKey = ...&entry_3=%USER_AGENT%&entry_4=%VERSION%
3 changes: 2 additions & 1 deletion src/editor/turk.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ var _providers = {
secretKey: appjet.config.instaworkKey,
title: 'Quick collaborative programming',
description: description,
url: url
url: url,
pool: appjet.config.instaworkPool
});
return fastJSON.parse(result.content).taskId;
}
Expand Down

0 comments on commit b8d675f

Please sign in to comment.