Sfoglia il codice sorgente

fix: set correct default redis async broker in node_utils

version-14
Revant Nandgaonkar 4 anni fa
parent
commit
ff21cd4fce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      node_utils.js

+ 1
- 1
node_utils.js Vedi File

@@ -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
};



Caricamento…
Annulla
Salva