[Groonga-commit] droonga/presentation-groonga-night-5-droonga-as-groonga-with-replication at c3652fe [master] Specify IP address of a virtual machine as the backend

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 28 19:47:32 JST 2014


YUKI Hiroshi	2014-11-28 19:47:32 +0900 (Fri, 28 Nov 2014)

  New Revision: c3652fea5ed3037e7e281acb7615d944509e64bb
  https://github.com/droonga/presentation-groonga-night-5-droonga-as-groonga-with-replication/commit/c3652fea5ed3037e7e281acb7615d944509e64bb

  Message:
    Specify IP address of a virtual machine as the backend

  Modified files:
    demo/index.html

  Modified: demo/index.html (+2 -2)
===================================================================
--- demo/index.html    2014-11-28 19:46:12 +0900 (a310e12)
+++ demo/index.html    2014-11-28 19:47:32 +0900 (7482cc8)
@@ -7,7 +7,7 @@
    <button id="search-button">検索</button></p>
 <div id="result"></div>
 <script type="text/javascript"><!--
-  var base = 'http://' + location.hostname + ':10041';
+  var base = 'http://92.168.100.50:10041';
 
   // レコードを追加する。
   $('#add-button').click(function() {
@@ -62,4 +62,4 @@
       }
     });
   });
-// --></script>
\ No newline at end of file
+// --></script>
-------------- next part --------------
HTML����������������������������...
下載 



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