summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2017-08-28 09:22:54 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2017-08-28 12:22:54 -0400
commit510b1a18f5282981a70503c0cde474e121c9e651 (patch)
tree2d72de9607f55ab21e60ba92c604fee4961be3f0 /config
parent9e95af7809f3f19f9b53c4a1e875672db5c4eb63 (diff)
downloadchat-510b1a18f5282981a70503c0cde474e121c9e651.tar.gz
chat-510b1a18f5282981a70503c0cde474e121c9e651.tar.bz2
chat-510b1a18f5282981a70503c0cde474e121c9e651.zip
Manage version configurations client versions (#7220)
* Add config values for client versions. Return client versions in ping response. * Manage client version through System Console. * Added client versions to diagnostics * Added translations messages en.json file. * Hide Client Versions on System Console.
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",