Files
mattermost-mobile/assets/base/config.json
Elias Nahum 36e55c95a2 MM-23570 Migrate from Segment to Rudder (#4293)
* Replace Segment with Rudder (ios not working)

* Update @assets reference and fix tests
2020-05-13 16:54:07 -04:00

50 lines
1.5 KiB
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/",
"RudderApiKey": "",
"HideEmailLoginExperimental": false,
"HideGitLabLoginExperimental": false,
"HideLDAPLoginExperimental": false,
"HideSAMLLoginExperimental": false,
"HideO365LoginExperimental": false,
"SentryEnabled": false,
"SentryDsnIos": "",
"SentryDsnAndroid": "",
"SentryOptions": {
"deactivateStacktraceMerging": true,
"autoBreadcrumbs": {
"xhr": false,
"console": true
}
},
"ExperimentalNormalizeMarkdownLinks": false,
"AutoSelectServerUrl": false,
"EnableMobileClientUpgrade": false,
"EnableMobileClientUpgradeUserSetting": false,
"EnableForceMobileClientUpgrade": false,
"MobileClientUpgradeAndroidApkLink": "https://about.mattermost.com/mattermost-android-app/",
"MobileClientUpgradeIosIpaLink": "https://about.mattermost.com/mattermost-ios-app/",
"ShowSentryDebugOptions": false,
"CustomRequestHeaders": {},
"TelemetryEnabled": false,
"TelemetryUrl": "",
"TelemetryApiKey": ""
}