added multi-domain and s6
This commit is contained in:
19
etc-baloghs/kopano/webapp/config-meet.php
Normal file
19
etc-baloghs/kopano/webapp/config-meet.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/*******************************************************************************
|
||||
*
|
||||
* This file is part of the Meet plugin for Kopano WebApp
|
||||
*
|
||||
* (c) 2019 Kopano <info@kopano.com>
|
||||
*
|
||||
*******************************************************************************/
|
||||
|
||||
// This file contains the configuration options of the Meet plugin
|
||||
|
||||
// This disables the plugin by default
|
||||
define('PLUGIN_MEET_USER_DEFAULT_ENABLE', false);
|
||||
|
||||
// The URL of the Meet PWA
|
||||
//define('PLUGIN_MEET_MEET_URL', 'https://<URL_OF_YOUR_MEET_INSTALLATION>');
|
||||
|
||||
// The URL of the Meet join flow
|
||||
//define('PLUGIN_MEET_MEET_JOIN_URL' '/meet/r/join/group/');
|
||||
Reference in New Issue
Block a user