[mirotalk] - add env, config version [skip ci]

This commit is contained in:
Miroslav Pejic
2025-11-22 21:35:24 +01:00
parent fcab33ba6f
commit 86c0528603
2 changed files with 13 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
# ====================================================
# MiroTalk P2P v.1.6.42 - Environment Configuration
# ====================================================
# App environment
NODE_ENV=development #development or production
+9 -1
View File
@@ -1,9 +1,17 @@
'use strict';
/**
* ==============================================
* MiroTalk P2P v.1.6.42 - Configuration File
* ==============================================
*
* Branding and customizations require a license:
* https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
*/
const packageJson = require('../../package.json');
module.exports = {
// Branding and customizations require a license: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
brand: {
htmlInjection: true,
app: {