[mirotalk] - add env, config version [skip ci]
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# ====================================================
|
||||
# MiroTalk P2P v.1.6.42 - Environment Configuration
|
||||
# ====================================================
|
||||
|
||||
# App environment
|
||||
|
||||
NODE_ENV=development #development or production
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user