Welcome to mirror list, hosted at ThFree Co, Russian Federation.

flipper.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be4f01f537dd5c86e50947dffeb774e1a51b9650 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

Rails.application.configure do
  config.flipper.preload = false
  config.flipper.memoizer = false
end