[mirotalksfu] - update readme

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-29 07:18:58 +02:00
الأصل 16ac405c0d
التزام 8efe82fa95
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -17,7 +17,7 @@ function getIPv4() {
return '0.0.0.0'; // Default to 0.0.0.0 if no external IPv4 address found
}
const IPv4 = getIPv4();
const IPv4 = getIPv4(); // Replace it with the Server Public IPv4 in production.
const numWorkers = require('os').cpus().length;