10 lines
277 B
PHP
10 lines
277 B
PHP
<?php
|
|
|
|
define('PLUGIN_MATTERMOST_USER_DEFAULT_ENABLE', false);
|
|
|
|
define('PLUGIN_MATTERMOST_URL', '<URL-OF-YOUR-MATTERMOST>');
|
|
|
|
// This setting can be changed by the user in his settings.
|
|
// Here you can define the default behaviour.
|
|
define('PLUGIN_MATTERMOST_AUTOSTART', true);
|