mattermost-mobile/assets/base/config.json

36 lines
984 B
JSON

{
"AuthUrlScheme": "mmauth://",
"AuthUrlSchemeDev": "mmauthbeta://",
"DefaultServerUrl": "",
"DefaultServerName": "",
"TestServerUrl": "http://localhost:8065",
"AutoSelectServerUrl": false,
"WebsiteURL": "https://mattermost.com",
"ServerNoticeURL": "https://github.com/mattermost/mattermost-server/blob/master/NOTICE.txt",
"MobileNoticeURL": "https://github.com/mattermost/mattermost-mobile/blob/master/NOTICE.txt",
"RudderApiKey": "",
"SentryEnabled": false,
"SentryDsnIos": "",
"SentryDsnAndroid": "",
"SentryOptions": {
"deactivateStacktraceMerging": true,
"autoBreadcrumbs": {
"xhr": false,
"console": true
},
"severityLevelFilter": ["fatal"]
},
"ShowReview": false,
"ShowOnboarding": false,
"ExperimentalNormalizeMarkdownLinks": false,
"CustomRequestHeaders": {},
"CollectNetworkMetrics": false,
"MonitorNetworkPerformance": true
}