Skip to content

Commit

Permalink
Minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Mar 19, 2012
1 parent fc6b940 commit 9a53fef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions participation/config.js
Expand Up @@ -3,7 +3,7 @@ var config = {
baseurl: 'http://api.dev.bugswarm.com',
apikey_header: 'x-bugswarmapikey',
stream: {
host: 'api.dev.bugswarm.com',
host: 'stream.dev.bugswarm.com',
port: 80,
path: '/stream',
agent: false
Expand All @@ -15,7 +15,7 @@ var config = {
baseurl: 'http://api.int.bugswarm.com',
apikey_header: 'x-bugswarmapikey',
stream: {
host: 'api.int.bugswarm.com',
host: 'stream.int.bugswarm.com',
port: 80,
path: '/stream',
agent: false
Expand All @@ -27,7 +27,7 @@ var config = {
baseurl: 'http://api.test.bugswarm.com',
apikey_header: 'x-bugswarmapikey',
stream: {
host: 'api.test.bugswarm.com',
host: 'stream.test.bugswarm.com',
port: 80,
path: '/stream',
agent: false
Expand All @@ -39,7 +39,7 @@ var config = {
baseurl: 'http://api.bugswarm.com',
apikey_header: 'x-bugswarmapikey',
stream: {
host: 'api.bugswarm.com',
host: 'stream.bugswarm.com',
port: 80,
path: '/stream',
agent: false
Expand Down

0 comments on commit 9a53fef

Please sign in to comment.