Adding team settings to admin console

Этот коммит содержится в:
=Corey Hulen
2015-09-22 01:15:41 -07:00
родитель f05a2c03d5
Коммит 08a3acbb44
23 изменённых файлов: 344 добавлений и 313 удалений

Просмотреть файл

@@ -1,6 +1,5 @@
{
"ServiceSettings": {
"SiteName": "Mattermost",
"Mode": "dev",
"AllowTesting": false,
"UseSSL": false,
@@ -16,12 +15,11 @@
"GoogleDeveloperKey": ""
},
"TeamSettings": {
"MaxUsersPerTeam": 150,
"AllowPublicLink": true,
"AllowValetDefault": false,
"TourLink": "",
"SiteName": "Mattermost",
"MaxUsersPerTeam": 50,
"DefaultThemeColor": "#2389D7",
"DisableTeamCreation": false,
"EnableTeamCreation": true,
"EnableUserCreation": true,
"RestrictCreationToDomains": ""
},
"SqlSettings": {
@@ -44,6 +42,7 @@
"ImageSettings": {
"DriverName": "local",
"Directory": "./data/",
"EnablePublicLink": true,
"ThumbnailWidth": 120,
"ThumbnailHeight": 100,
"PreviewWidth": 1024,