Update index.js
All checks were successful
ci / Image build (push) Successful in 2m29s
ci / Deployment (push) Successful in 21s

This commit is contained in:
2025-08-25 12:14:41 +02:00
parent 3bd93c54fb
commit 02486aa6f6

View File

@@ -19,7 +19,7 @@ const port = 3000;
app.use(cors());
app.use(express.json());
const videoQueue = new Queue('crawlflix_queue', 'redis://192.168.1.226:6379');
const videoQueue = new Queue('crawlflix_queue', 'redis://192.168.1.230:6379');
videoQueue.on('error', (e) => {
console.log('An error occured', e);