[Groonga-commit] droonga/express-droonga at 3d5760a [master] Use "Droonga" as the default datase of the sample application.js

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 17:08:40 JST 2014


YUKI Hiroshi	2014-01-20 17:08:40 +0900 (Mon, 20 Jan 2014)

  New Revision: 3d5760a3acdb5210a8fe390019450a251bc7af43
  https://github.com/droonga/express-droonga/commit/3d5760a3acdb5210a8fe390019450a251bc7af43

  Message:
    Use "Droonga" as the default datase of the sample application.js

  Modified files:
    application.js

  Modified: application.js (+1 -1)
===================================================================
--- application.js    2014-01-20 16:04:00 +0900 (788a6da)
+++ application.js    2014-01-20 17:08:40 +0900 (7e15c3e)
@@ -19,7 +19,7 @@ application.configure(function() {
 
 application.droonga({
   prefix: '',
-  defaultDataset: 'example',
+  defaultDataset: 'Droonga',
   server: server,
   sessionStore: sessionStore, // this is required to share session information by socket.io and HTTP APIs
   plugins: [
-------------- next part --------------
HTML����������������������������...
Download 



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