move valet feature switch to DB from config

This commit is contained in:
JoramWilander
2015-06-17 12:07:35 -04:00
parent 5a8f839716
commit 799215ee22
9 changed files with 51 additions and 17 deletions

View File

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