Skip to content

Commit

Permalink
Updating to new default port of 9312
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 10, 2009
1 parent 56cb9a2 commit 70302da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/thinking_sphinx/configuration.rb
Expand Up @@ -13,7 +13,7 @@ module ThinkingSphinx
# pid file:: log/searchd.#{environment}.pid
# searchd files:: db/sphinx/#{environment}/
# address:: 127.0.0.1
# port:: 3312
# port:: 9312
# allow star:: false
# min prefix length:: 1
# min infix length:: 1
Expand Down Expand Up @@ -94,7 +94,7 @@ def reset(custom_app_root=nil)

@configuration = Riddle::Configuration.new
@configuration.searchd.address = "127.0.0.1"
@configuration.searchd.port = 3312
@configuration.searchd.port = 9312
@configuration.searchd.pid_file = "#{self.app_root}/log/searchd.#{environment}.pid"
@configuration.searchd.log = "#{self.app_root}/log/searchd.log"
@configuration.searchd.query_log = "#{self.app_root}/log/searchd.query.log"
Expand Down

0 comments on commit 70302da

Please sign in to comment.