20 lines
631 B
PHP
20 lines
631 B
PHP
<?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/');
|