mattermost-mobile/assets/base/config.json
Carrie Warner (Mattermost) e50986791f
MM-41988 Updated links to legacy domain about.mm.com (#5962)
* Updated links to legacy domain about.mm.com

* about.mm.com URL updates

* Fixed URL identified by QA

* mm.org and forum URL updates

* forum URL update

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-03-07 16:50:06 -03:00

36 lines
1.1 KiB
JSON

{
"DefaultServerUrl": "",
"TestServerUrl": "http://localhost:8065",
"ShowErrorsList": false,
"EELearnURL": "mattermost.com",
"TeamEditionLearnURL": "mattermost.org",
"AboutTeamURL": "https://mattermost.com/",
"AboutEnterpriseURL": "https://mattermost.com/",
"PlatformNoticeURL": "https://github.com/mattermost/mattermost-server/blob/master/NOTICE.txt",
"MobileNoticeURL": "https://github.com/mattermost/mattermost-mobile/blob/master/NOTICE.txt",
"RudderApiKey": "",
"AutoSelectServerUrl": false,
"CustomRequestHeaders": {},
"ExperimentalNormalizeMarkdownLinks": false,
"HideEmailLoginExperimental": false,
"HideGitLabLoginExperimental": false,
"HideLDAPLoginExperimental": false,
"HideSAMLLoginExperimental": false,
"HideO365LoginExperimental": false,
"SentryEnabled": false,
"ShowSentryDebugOptions": false,
"SentryDsnIos": "",
"SentryDsnAndroid": "",
"SentryOptions": {
"deactivateStacktraceMerging": true,
"autoBreadcrumbs": {
"xhr": false,
"console": true
}
},
"ShowPerformanceMarkers": false
}