diff --git a/src/common/config/buildConfig.ts b/src/common/config/buildConfig.ts index feb72de6..0c342988 100644 --- a/src/common/config/buildConfig.ts +++ b/src/common/config/buildConfig.ts @@ -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,