ror-anounz-staging@anounz:~/current$ cat config/sphinx.yml
default: &default
min_infix_len: 3
html_strip: 1
development:
<<: *default
port: 10010
production:
<<: *default
port: 10011
staging:
<<: *default
port: 10012
test:
<<: *default
port: 10013
cucumber:
<<: *default
port: 10014