File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ source "$SCRIPT_DIR/lib.sh"
88MIN_CHUNKS=" ${MIN_CHUNKS:- 20} "
99TIMEOUT=600
1010DB_DIR=" ${DB_DIR:- $SCRIPT_DIR / test-data/ source-db} "
11- NODE_PORT=" ${NODE_PORT:- 3003 } "
11+ NODE_PORT=" ${NODE_PORT:- 8783 } "
1212CONFIG=" $SCRIPT_DIR /config/config.json"
1313TOPOLOGY=" $SCRIPT_DIR /config/topology.json"
1414IMMUTABLE_DIR=" $DB_DIR /immutable"
Original file line number Diff line number Diff line change 3030
3131# ── Configuration ────────────────────────────────────────────────────────────
3232
33- CDN_PORT=" ${CDN_PORT:- 3000 } "
34- ACCEL_PORT=" ${ACCEL_PORT:- 3002 } "
35- CONSUMER_PORT=" ${CONSUMER_PORT:- 3001 } "
33+ CDN_PORT=" ${CDN_PORT:- 8780 } "
34+ ACCEL_PORT=" ${ACCEL_PORT:- 8781 } "
35+ CONSUMER_PORT=" ${CONSUMER_PORT:- 8782 } "
3636MIN_CHUNKS=" ${MIN_CHUNKS:- 20} "
3737MAX_CACHED_CHUNKS=25
3838RTS_FREQUENCY=" ${RTS_FREQUENCY:- 2000} " # Accelerator RTS event log frequency in ms.
You can’t perform that action at this time.
0 commit comments