initial commit bois

This commit is contained in:
root 2024-09-20 11:43:32 -07:00
parent b4eeabb366
commit 5a351c526a

View file

@ -21,12 +21,12 @@ import type {BuildConfig} from 'types/config';
* @prop {[]} allowedProtocols - Defines which protocols should be automatically allowed
*/
const buildConfig: BuildConfig = {
defaultServers: [/*
defaultServers: [
{
name: 'example',
url: 'https://example.com'
name: 'buds',
url: 'https://chat.peanutsmediaserver.com/'
}
*/],
],
helpLink: 'https://docs.mattermost.com/messaging/managing-desktop-app-servers.html',
enableServerManagement: true,
enableAutoUpdater: true,