[Groonga-commit] droonga/droonga-engine at 5fd323a [master] Update the default host and port

Back to archive index

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


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

  New Revision: 5fd323af7c43f127b91d308bf3853b754c39db81
  https://github.com/droonga/droonga-engine/commit/5fd323af7c43f127b91d308bf3853b754c39db81

  Message:
    Update the default host and port

  Modified files:
    sample/cluster/catalog.json

  Modified: sample/cluster/catalog.json (+4 -4)
===================================================================
--- sample/cluster/catalog.json    2014-04-24 18:31:29 +0900 (5c0bfd8)
+++ sample/cluster/catalog.json    2014-04-24 18:32:03 +0900 (8722409)
@@ -12,12 +12,12 @@
           "slices": [
             {
               "volume": {
-                "address": "localhost:23003/droonga.000"
+                "address": "127.0.0.1:10031/droonga.000"
               }
             },
             {
               "volume": {
-                "address": "localhost:23003/droonga.001"
+                "address": "127.0.0.1:10031/droonga.001"
               }
             }
           ]
@@ -26,12 +26,12 @@
           "slices": [
             {
               "volume": {
-                "address": "localhost:23003/droonga.010"
+                "address": "127.0.0.1:10031/droonga.010"
               }
             },
             {
               "volume": {
-                "address": "localhost:23003/droonga.011"
+                "address": "127.0.0.1:10031/droonga.011"
               }
             }
           ]
-------------- next part --------------
HTML����������������������������...
Download 



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