[Groonga-commit] groonga/groonga [master] add default groonga.conf.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 25日 (水) 11:32:55 JST


Kouhei Sutou	2010-08-25 02:32:55 +0000 (Wed, 25 Aug 2010)

  New Revision: 35f61f9b7ca67d267274eda454f7aec62630f6bf

  Log:
    add default groonga.conf.

  Added files:
    data/groonga.conf
  Modified files:
    data/Makefile.am

  Modified: data/Makefile.am (+3 -0)
===================================================================
--- data/Makefile.am    2010-08-25 01:03:45 +0000 (ed4dfa3)
+++ data/Makefile.am    2010-08-25 02:32:55 +0000 (291ad47)
@@ -1,2 +1,5 @@
 SUBDIRS =			\
 	munin
+
+pkgdata_DATA =			\
+	groonga.conf

  Added: data/groonga.conf (+11 -0) 100644
===================================================================
--- /dev/null
+++ data/groonga.conf    2010-08-25 02:32:55 +0000 (e4b538d)
@@ -0,0 +1,11 @@
+# encoding = utf-8
+# log-level = 1
+# address = 0.0.0.0
+# port = 10041
+# server-id = groonga.example.com
+# max-threads = 2
+# admin-html-path = /usr/share/groonga/admin_html
+# protocol = http
+# log-path = /var/log/groonga/groonga.log
+# query-log-path = /var/log/groonga/query.log
+# cache-limit = 100




Groonga-commit メーリングリストの案内
Back to archive index