fix: set correct default redis async broker in node_utils
This commit is contained in:
parent
e8d79030f7
commit
ff21cd4fce
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const bench_path = path.resolve(__dirname, '..', '..');
|
||||||
function get_conf() {
|
function get_conf() {
|
||||||
// defaults
|
// defaults
|
||||||
var conf = {
|
var conf = {
|
||||||
redis_async_broker_port: 12311,
|
redis_async_broker_port: 'redis://localhost:12311',
|
||||||
socketio_port: 3000
|
socketio_port: 3000
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue