[Groonga-commit] droonga/droonga-http-server at 9e557ba [master] Specity path to the self-hosting Serf binary

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 5 16:08:25 JST 2014


YUKI Hiroshi	2014-11-05 16:08:25 +0900 (Wed, 05 Nov 2014)

  New Revision: 9e557ba5c60cd2e1c9be792f72696fe8ef8d02eb
  https://github.com/droonga/droonga-http-server/commit/9e557ba5c60cd2e1c9be792f72696fe8ef8d02eb

  Message:
    Specity path to the self-hosting Serf binary

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+2 -1)
===================================================================
--- bin/droonga-http-server    2014-11-05 15:07:37 +0900 (933d39c)
+++ bin/droonga-http-server    2014-11-05 16:08:25 +0900 (b5094f0)
@@ -122,7 +122,8 @@ application.droonga({
   receiveHostName: options.receiveHostName,
   hostName:        options.droongaEngineHostName,
   port:            options.droongaEnginePort,
-  plugins:         options.plugins
+  plugins:         options.plugins,
+  serf:            path.resolve(baseDir, 'serf')
 });
 
 application.connectionPool.startSyncHostNamesFromCluster();
-------------- next part --------------
HTML����������������������������...
Download 



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