[Groonga-commit] droonga/droonga-http-server at d07ddd8 [master] Fix missing close quote

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Aug 29 16:21:31 JST 2014


YUKI Hiroshi	2014-08-29 16:21:31 +0900 (Fri, 29 Aug 2014)

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

  Message:
    Fix missing close quote

  Modified files:
    lib/default-configs.js

  Modified: lib/default-configs.js (+1 -1)
===================================================================
--- lib/default-configs.js    2014-08-29 16:16:13 +0900 (edfc019)
+++ lib/default-configs.js    2014-08-29 16:21:31 +0900 (a127ac3)
@@ -34,7 +34,7 @@ function define(slot, path, value) {
   });
 }
 
-define(engineConfigs, 'host', '127.0.0.1);
+define(engineConfigs, 'host', '127.0.0.1');
 define(engineConfigs, 'port', 10031);
 define(engineConfigs, 'tag',  'droonga');
 
-------------- next part --------------
HTML����������������������������...
Download 



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