fixes mm-1239 adds config setting to turn off valet feature

This commit is contained in:
JoramWilander
2015-06-15 08:45:02 -04:00
parent c94883e0df
commit 6982a61f69
5 changed files with 16 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ type PrivacySettings struct {
type TeamSettings struct {
MaxUsersPerTeam int
AllowPublicLink bool
AllowValet bool
TermsLink string
PrivacyLink string
AboutLink string