This commit is contained in:
@@ -5,7 +5,7 @@ const { closeQueues } = require('./config/bullmq');
|
|||||||
const config = require('./config/config.json');
|
const config = require('./config/config.json');
|
||||||
|
|
||||||
const PORT = config.server.port || 3000;
|
const PORT = config.server.port || 3000;
|
||||||
const HOST = 'localhost';
|
const HOST = '0.0.0.0';
|
||||||
|
|
||||||
let server;
|
let server;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user