summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-12 16:21:23 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-12 16:21:23 +0200
commitb37d3b9423991763ad03fca791a1daf473dafed1 (patch)
treef3165ecfacfeaba5b3575a65baff7c4cc09d52fe /app/models/application_setting.rb
parent318314154e09d051cccd8b8391f2065133906bd7 (diff)
downloadgitlab-ce-b37d3b9423991763ad03fca791a1daf473dafed1.tar.gz
Add repository_checks_enabled setting
Diffstat (limited to 'app/models/application_setting.rb')
-rw-r--r--app/models/application_setting.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb
index 052cd874733..36f88154232 100644
--- a/app/models/application_setting.rb
+++ b/app/models/application_setting.rb
@@ -153,7 +153,8 @@ class ApplicationSetting < ActiveRecord::Base
require_two_factor_authentication: false,
two_factor_grace_period: 48,
recaptcha_enabled: false,
- akismet_enabled: false
+ akismet_enabled: false,
+ repository_checks_enabled: true,
)
end