Files
mattermost-mobile/assets/base/config.json
2017-11-15 18:18:46 -03:00

42 lines
1.3 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/",
"SegmentApiKey": "3MT7rAoC0OP7yy3ThzqFSAtKzmzqtUPX",
"ExperimentalUsernamePressIsMention": false,
"HideEmailLoginExperimental": false,
"HideGitLabLoginExperimental": false,
"HideLDAPLoginExperimental": false,
"HideSAMLLoginExperimental": false,
"SentryEnabled": false,
"SentryDsnIos": "",
"SentryDsnAndroid": "",
"SentryOptions": {
"deactivateStacktraceMerging": true,
"autoBreadcrumbs": {
"xhr": false,
"console": true
}
},
"ExperimentalNormalizeMarkdownLinks": false,
"AutoSelectServerUrl": false,
"EnableMobileClientUpgrade": false,
"EnableMobileClientUpgradeUserSetting": false,
"EnableForceMobileClientUpgrade": false,
"MobileClientUpgradeAndroidApkLink": "",
"MobileClientUpgradeIosIpaLink": ""
}