forked from Ivasoft/mattermost-mobile
30 lines
790 B
JSON
30 lines
790 B
JSON
{
|
|
"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
|
|
}
|
|
},
|
|
|
|
"ShowReview": false,
|
|
"ShowOnboarding": false,
|
|
|
|
"ExperimentalNormalizeMarkdownLinks": false,
|
|
"CustomRequestHeaders": {}
|
|
}
|