summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json
index 7f03e035b..e0d3ec53c 100644
--- a/config/default.json
+++ b/config/default.json
@@ -76,6 +76,14 @@
"MaxNotificationsPerChannel": 1000,
"TeammateNameDisplay": "username"
},
+ "ClientRequirements": {
+ "AndroidLatestVersion": "",
+ "AndroidMinVersion": "",
+ "DesktopLatestVersion": "",
+ "DesktopMinVersion": "",
+ "IosLatestVersion": "",
+ "IosMinVersion": ""
+ },
"SqlSettings": {
"DriverName": "mysql",
"DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s",