Przeglądaj źródła

fix: set correct default redis async broker in node_utils

version-14
Revant Nandgaonkar 4 lat temu
rodzic
commit
ff21cd4fce
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      node_utils.js

+ 1
- 1
node_utils.js Wyświetl plik

@@ -6,7 +6,7 @@ const bench_path = path.resolve(__dirname, '..', '..');
function get_conf() {
// defaults
var conf = {
redis_async_broker_port: 12311,
redis_async_broker_port: 'redis://localhost:12311',
socketio_port: 3000
};



Ładowanie…
Anuluj
Zapisz