Skip to content
Snippets Groups Projects
Commit 6067c7fa authored by azul's avatar azul
Browse files

config: thinking sphinx tweaks

parent 37005194
Branches
Tags
No related merge requests found
if Rails.env.production?
ThinkingSphinx.suppress_delta_output = true
end
Thinking Sphinx generates config files to use with sphinx.
They live in this directory so they do not clutter the config dir.
Gitignore is setup to ignore them.
......@@ -11,23 +11,24 @@ common: &common
development:
<<: *common
config_file: config/sphinx/development.conf
configuration_file: config/sphinx/development.conf
mysql41: 3312
address: localhost
morphology: stem_en
test:
<<: *common
config_file: config/sphinx/test.conf
configuration_file: config/sphinx/test.conf
mysql41: 3313
address: localhost
morphology: stem_en
version: 2.0.4
production:
<<: *common
config_file: config/sphinx/production.conf
configuration_file: config/sphinx/production.conf
mysql41: 3312
address: localhost
morphology: stem_en
quiet_deltas: true
bin_path: '/usr/bin'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment