mattermost-mobile/assets/base/config.json
Harrison Healey 1115d882ca PLT-5566 Added clientside handling to automatically show direct channels (#270)
* Added TestServerUrl config setting

* Added clientside handling to show direct channels in the sidebar when a DM is received
2017-02-17 10:53:46 -05:00

6 lines
156 B
JSON

{
"DefaultServerUrl": "http://localhost:8065",
"TestServerUrl": "http://localhost:8065",
"DefaultLocale": "en",
"DefaultTheme": "default"
}