Skip to content

Commit

Permalink
update test server
Browse files Browse the repository at this point in the history
  • Loading branch information
mike442144 committed Sep 5, 2019
1 parent 26aa051 commit d50088e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/config/development/gearman.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

'use strict'
'use strict';

module.exports={
jobs:1,
srvQueueSize:10000,
mongodb:"mongodb://192.168.98.116:27017/test",
worker:{
servers:[{"host":"192.168.98.116"}]
},
client:{
servers:[{"host":"192.168.98.116"}],
loadBalancing: "RoundRobin"
}
}
jobs:1,
srvQueueSize:10000,
mongodb:'mongodb://bdaserver:27017/test',
worker:{
servers:[{'host':'bdaserver'}]
},
client:{
servers:[{'host':'bdaserver'}],
loadBalancing: 'RoundRobin'
}
};

0 comments on commit d50088e

Please sign in to comment.