[Groonga-commit] ranguba/epub-searcher at ace7bf7 [master] Use default port for droonga-http-server

Back to archive index

KITAITI Makoto null+****@clear*****
Fri Oct 17 00:40:23 JST 2014


KITAITI Makoto	2014-10-17 00:40:23 +0900 (Fri, 17 Oct 2014)

  New Revision: ace7bf75f0f98e27f52369a15099d12cbc3ce3a1
  https://github.com/ranguba/epub-searcher/commit/ace7bf75f0f98e27f52369a15099d12cbc3ce3a1

  Message:
    Use default port for droonga-http-server

  Modified files:
    Procfile
    lib/epub-searcher/remote-database.rb

  Modified: Procfile (+1 -1)
===================================================================
--- Procfile    2014-10-15 18:45:52 +0900 (e27d656)
+++ Procfile    2014-10-17 00:40:23 +0900 (9cc61de)
@@ -1,2 +1,2 @@
 engine: cd db && bundle exec droonga-engine --host=127.0.0.1 --log-file=droonga-engine.log --pid-file=droonga-engine.pid
-http-server: export PATH=$PWD/node_modules/.bin:$PATH && cd db && droonga-http-server --port=13000 --receive-host-name=127.0.0.1 --droonga-engine-host-name=localhost --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid
+http-server: export PATH=$PWD/node_modules/.bin:$PATH && cd db && droonga-http-server --receive-host-name=127.0.0.1 --droonga-engine-host-name=localhost --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid

  Modified: lib/epub-searcher/remote-database.rb (+1 -2)
===================================================================
--- lib/epub-searcher/remote-database.rb    2014-10-15 18:45:52 +0900 (23c5ac8)
+++ lib/epub-searcher/remote-database.rb    2014-10-17 00:40:23 +0900 (681c84c)
@@ -6,8 +6,7 @@ module EPUBSearcher
 
     def initialize(options={})
       default_options = {
-        :protocol => :http,
-        :port     => 13000,
+        :protocol => :http
       }
       @client = Groonga::Client.open(default_options.merge(options))
     end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index