From 799215ee2278b162d4e113c498424fdda817e83b Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 17 Jun 2015 12:07:35 -0400 Subject: move valet feature switch to DB from config --- utils/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/config.go') diff --git a/utils/config.go b/utils/config.go index 745887c70..3c53e6875 100644 --- a/utils/config.go +++ b/utils/config.go @@ -97,7 +97,7 @@ type PrivacySettings struct { type TeamSettings struct { MaxUsersPerTeam int AllowPublicLink bool - AllowValet bool + AllowValetDefault bool TermsLink string PrivacyLink string AboutLink string -- cgit v1.2.3-1-g7c22