diff options
Diffstat (limited to 'utils/config.go')
-rw-r--r-- | utils/config.go | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/utils/config.go b/utils/config.go index 46daf203c..36301264c 100644 --- a/utils/config.go +++ b/utils/config.go @@ -109,16 +109,18 @@ type PrivacySettings struct { } type TeamSettings struct { - MaxUsersPerTeam int - AllowPublicLink bool - AllowValetDefault bool - TermsLink string - PrivacyLink string - AboutLink string - HelpLink string - ReportProblemLink string - TourLink string - DefaultThemeColor string + MaxUsersPerTeam int + AllowPublicLink bool + AllowValetDefault bool + TermsLink string + PrivacyLink string + AboutLink string + HelpLink string + ReportProblemLink string + TourLink string + DefaultThemeColor string + DisableTeamCreation bool + RestrictCreationToDomains string } type Config struct { |