# config/thinking_sphinx.yml default: &default address: <%= ENV.fetch('SPHINX_HOST') { 'search' } %> mysql41: 9312 skip_running_check: true configuration_file: 'config/sphinx.conf' development: <<: *default test: <<: *default production: <<: *default