manticore.conf.in 234 B

123456789
  1. searchd {
  2. listen = 127.0.0.1:9312
  3. listen = 127.0.0.1:9306:mysql
  4. listen = 127.0.0.1:9308:http
  5. log = @LOGDIR@/searchd.log
  6. query_log = @LOGDIR@/query.log
  7. pid_file = @RUNDIR@/searchd.pid
  8. data_dir = @CONFDIR@
  9. }