* White label about modal. Move strings to config. * Refactor styling and add powered by Mattermost * Review feedback * Use full bundle ids for about modal check
25 lines
823 B
JSON
25 lines
823 B
JSON
{
|
|
"DefaultServerUrl": "",
|
|
"TestServerUrl": "http://localhost:8065",
|
|
"DefaultTheme": "default",
|
|
"ShowErrorsList": false,
|
|
"MinServerVersion": "4.0.0",
|
|
"EELearnURL": "about.mattermost.com",
|
|
"TeamEditionLearnURL": "mattermost.org",
|
|
"AboutTeamURL": "http://www.mattermost.org/",
|
|
"AboutEnterpriseURL": "http://about.mattermost.com/",
|
|
"PlatformNoticeURL": "https://about.mattermost.com/platform-notice-txt/",
|
|
"MobileNoticeURL": "https://about.mattermost.com/mobile-notice-txt/",
|
|
"SegmentApiKey": "3MT7rAoC0OP7yy3ThzqFSAtKzmzqtUPX",
|
|
|
|
"SentryEnabled": false,
|
|
"SentryDsnIos": "",
|
|
"SentryDsnAndroid": "",
|
|
"SentryOptions": {
|
|
"deactivateStacktraceMerging": true,
|
|
"autoBreadcrumbs": {
|
|
"xhr": false,
|
|
"console": true
|
|
}
|
|
}
|
|
}
|