mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
7 lines
130 B
Ruby
7 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
ActiveContext.configure do |config|
|
|
config.enabled = false
|
|
config.indexing_enabled = false
|
|
end
|