mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-15 22:12:19 -04:00
7 lines
349 B
JavaScript
7 lines
349 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
// Default team is meant for sysadmin's primary team,
|
|
// selected for compatibility with existing local development.
|
|
// It should not be used for testing.
|
|
export const DEFAULT_TEAM = {name: 'ad-1', display_name: 'eligendi', type: 'O'};
|