[Groonga-commit] groonga/gcs [master] Don't use default endpoint if it is not specified by the user

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Wed Aug 22 19:04:20 JST 2012


YUKI Hiroshi	2012-08-22 19:04:20 +0900 (Wed, 22 Aug 2012)

  New Revision: dd6e67f97bcb06d9f3b2afc753a73d5dacd47517
  https://github.com/groonga/gcs/commit/dd6e67f97bcb06d9f3b2afc753a73d5dacd47517

  Log:
    Don't use default endpoint if it is not specified by the user

  Modified files:
    bin/gcs

  Modified: bin/gcs (+2 -4)
===================================================================
--- bin/gcs    2012-08-22 19:03:55 +0900 (7fe08f5)
+++ bin/gcs    2012-08-22 19:04:20 +0900 (c9a0377)
@@ -17,13 +17,11 @@ commandLine
   .option('--base-host <hostname>',
           'The base host name assigned to the service '+
             '[' + CLI.defaultBaseHost + ']',
-          String,
-          CLI.defaultBaseHost)
+          String)
   .option('--configuration-host <hostname>',
           'The host name for configuration API of the service '+
             '[' + CLI.defaultConfigurationHost + ']',
-          String,
-          CLI.defaultConfigurationHost)
+          String)
   .parse();
 
 var server = gcsServer.createServer({
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index