test/integration/app/config/ultrasphinx/default.base in ultrasphinx-1.9 vs test/integration/app/config/ultrasphinx/default.base in ultrasphinx-1.11
- old
+ new
@@ -34,11 +34,11 @@
{
# Daemon options
# What interface the search daemon should listen on
address = 0.0.0.0
- port = 3312
+ port = 3313
seamless_rotate = 1
# Where to to store the logs
log = <%= tmp %>searchd.log
query_log = <%= tmp %>query.log
@@ -53,10 +53,10 @@
# Ultrasphinx-specific client options
# Name of the Aspell dictionary (two letters max)
dictionary_name = <%= dictionary = 'ap' %>
# How your application connects to the search daemon (not necessarily the same as above)
server_host = localhost
- server_port = 3312
+ server_port = 3313
}
source
{
# Individual SQL source options