Skip to content
Snippets Groups Projects
Unverified Commit 8214ce34 authored by Lin Jen-Shin's avatar Lin Jen-Shin Committed by Robert Speicher
Browse files

Port EE specific settings to CE

parent da6b7a12
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -217,6 +217,7 @@ Gitlab.ee do
Settings['elasticsearch'] ||= Settingslogic.new({})
Settings.elasticsearch['enabled'] = false if Settings.elasticsearch['enabled'].nil?
Settings.elasticsearch['url'] = ENV['ELASTIC_URL'] || "http://localhost:9200"
Settings.elasticsearch['indexer_path'] ||= Gitlab::Utils.which('gitlab-elasticsearch-indexer')
end
 
#
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment