services/mattermost: set MaxUsersPerTeam to 250
This commit is contained in:
parent
6d6a2aff67
commit
5432503397
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ in {
|
|||
TeamSettings = {
|
||||
EnableTeamCreation = true;
|
||||
EnableUserCreation = true;
|
||||
MaxUsersPerTeam = 250;
|
||||
EnableOpenServer = false;
|
||||
EnableUserDeactivation = true;
|
||||
ExperimentalViewArchivedChannels = true;
|
||||
|
|
Loading…
Reference in a new issue