[Groonga-commit] droonga/droonga-http-server at c393b29 [master] Fix the default Droonga engine port

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 24 18:24:40 JST 2014


Kouhei Sutou	2014-04-24 18:24:40 +0900 (Thu, 24 Apr 2014)

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

  Message:
    Fix the default Droonga engine port

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+1 -1)
===================================================================
--- bin/droonga-http-server    2014-04-24 16:30:28 +0900 (ee7a4e3)
+++ bin/droonga-http-server    2014-04-24 18:24:40 +0900 (f211766)
@@ -33,7 +33,7 @@ options
   .option('--droonga-engine-host-name <name>', 'Host name of Droonga engine',
           '127.0.0.1')
   .option('--droonga-engine-port <port>', 'Port number of Droonga engine',
-          intOption, 24224)
+          intOption, 10031)
   .option('--default-dataset <dataset>', 'The default dataset',
           'Droonga')
   .option('--tag <tag>', 'The tag',
-------------- next part --------------
HTML����������������������������...
Download 



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