YUKI Hiroshi
null+****@clear*****
Fri Aug 29 15:41:55 JST 2014
YUKI Hiroshi 2014-08-29 15:41:55 +0900 (Fri, 29 Aug 2014) New Revision: 15fe16e27090e268f4b909be500b442d26f53acb https://github.com/droonga/droonga-http-server/commit/15fe16e27090e268f4b909be500b442d26f53acb Message: Align Modified files: bin/droonga-http-server Modified: bin/droonga-http-server (+9 -9) =================================================================== --- bin/droonga-http-server 2014-08-29 15:40:54 +0900 (b9c2a7f) +++ bin/droonga-http-server 2014-08-29 15:41:55 +0900 (a88458f) @@ -217,16 +217,16 @@ if (options.cacheSize > 0) { } application.droonga({ - prefix: '', - logger: logger, - defaultDataset: options.defaultDataset, - tag: options.tag, - server: server, - sessionStore: sessionStore, // this is required to share session information HTTP APIs + prefix: '', + logger: logger, + defaultDataset: options.defaultDataset, + tag: options.tag, + server: server, + sessionStore: sessionStore, // this is required to share session information HTTP APIs receiveHostName: options.receiveHostName, - hostName: options.droongaEngineHostName, - port: options.droongaEnginePort, - plugins: options.plugins + hostName: options.droongaEngineHostName, + port: options.droongaEnginePort, + plugins: options.plugins }); server.listen(options.port); -------------- next part -------------- HTML����������������������������...Download