[mirotalksfu] - add host protection

هذا الالتزام موجود في:
Miroslav Pejic
2021-12-23 11:41:15 +01:00
الأصل b3b729272b
التزام ab21686e9a
3 ملفات معدلة مع 246 إضافات و5 حذوفات

عرض الملف

@@ -22,6 +22,15 @@ const getLocalIp = () => {
// https://api.ipify.org
module.exports = {
/*
Host Protection (default False)
In order to protect your host set
hostProtected to true and set your own Username and Password
*/
hostProtected: false,
hostUsername: 'username',
hostPassword: 'password',
// app listen on
listenIp: '0.0.0.0',
listenPort: 3010,
// ssl/README.md