[mirotalksfu] - update env, config and deps
هذا الالتزام موجود في:
@@ -64,7 +64,7 @@ dev dependencies: {
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.8.60
|
||||
* @version 1.8.61
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -497,15 +497,15 @@ module.exports = {
|
||||
* - Webhook setup: See integration guides for Slack/Mattermost
|
||||
*/
|
||||
api: {
|
||||
keySecret: process.env.API_SECRET || 'mirotalksfu_default_secret',
|
||||
keySecret: process.env.API_KEY_SECRET || 'mirotalksfu_default_secret',
|
||||
allowed: {
|
||||
stats: process.env.API_ALLOW_STATS !== 'false',
|
||||
meetings: false,
|
||||
meeting: true,
|
||||
join: true,
|
||||
token: false,
|
||||
slack: true,
|
||||
mattermost: true,
|
||||
meetings: process.env.API_ALLOW_MEETINGS === 'true',
|
||||
meeting: process.env.API_ALLOW_MEETING !== 'false',
|
||||
join: process.env.API_ALLOW_JOIN !== 'false',
|
||||
token: process.env.API_ALLOW_TOKEN === 'true',
|
||||
slack: process.env.API_ALLOW_SLACK !== 'false',
|
||||
mattermost: process.env.API_ALLOW_MATTERMOST !== 'false',
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم