[Groonga-commit] ranguba/epub-searcher at 9286dae [master] Use environmental variable for droonga-engine-host-name option of droonga-http-server

Back to archive index

KITAITI Makoto null+****@clear*****
Tue Dec 30 06:02:55 JST 2014


KITAITI Makoto	2014-12-30 06:02:55 +0900 (Tue, 30 Dec 2014)

  New Revision: 9286dae5630745393f5c89c6ffc82574f09f9896
  https://github.com/ranguba/epub-searcher/commit/9286dae5630745393f5c89c6ffc82574f09f9896

  Message:
    Use environmental variable for droonga-engine-host-name option of droonga-http-server

  Modified files:
    Procfile

  Modified: Procfile (+1 -1)
===================================================================
--- Procfile    2014-12-30 06:00:48 +0900 (fbc6875)
+++ Procfile    2014-12-30 06:02:55 +0900 (f58708d)
@@ -1,2 +1,2 @@
 engine: cd db && bundle exec droonga-engine --host=$host --port=$engine_port --log-file=droonga-engine.log --pid-file=droonga-engine.pid
-http-server: export PATH=$PWD/node_modules/.bin:$PATH && cd db && droonga-http-server --receive-host-name=$host --port=$http_server_port --droonga-engine-host-name=localhost --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid
+http-server: export PATH=$PWD/node_modules/.bin:$PATH && cd db && droonga-http-server --receive-host-name=$host --port=$http_server_port --droonga-engine-host-name=$host --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid
-------------- next part --------------
HTML����������������������������...
다운로드 



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