prod fixes
This commit is contained in:
@@ -56,7 +56,7 @@ function loadConfig() {
|
||||
|
||||
// Kafka configuration
|
||||
kafka_brokers: config.kafka_brokers || ['localhost:9092'],
|
||||
kafka_topic: config.kafka_topic || 'market-0',
|
||||
kafka_topic: 'market-ohlc',
|
||||
|
||||
// Worker configuration
|
||||
max_concurrent: config.max_concurrent || 10,
|
||||
|
||||
Reference in New Issue
Block a user