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 * @prop {[]} allowedProtocols - Defines which protocols should be automatically allowed
*/ */
const buildConfig: BuildConfig = { const buildConfig: BuildConfig = {
defaultServers: [/* defaultServers: [
{ {
name: 'example', name: 'buds',
url: 'https://example.com' url: 'https://chat.peanutsmediaserver.com/'
} }
*/], ],
helpLink: 'https://docs.mattermost.com/messaging/managing-desktop-app-servers.html', helpLink: 'https://docs.mattermost.com/messaging/managing-desktop-app-servers.html',
enableServerManagement: true, enableServerManagement: true,
enableAutoUpdater: true, enableAutoUpdater: true,