Add clouseau
This commit is contained in:
parent
3cc1c674b2
commit
b3b102814b
12 changed files with 126 additions and 0 deletions
13
ressources/clouseau/rootfs/etc/clouseau/clouseau.ini
Normal file
13
ressources/clouseau/rootfs/etc/clouseau/clouseau.ini
Normal file
|
@ -0,0 +1,13 @@
|
|||
[clouseau]
|
||||
|
||||
; the name of the Erlang node created by the service, leave this unchanged
|
||||
name=clouseau@127.0.0.1
|
||||
|
||||
; set this to the same distributed Erlang cookie used by the CouchDB nodes
|
||||
cookie=monster
|
||||
|
||||
; the path where you would like to store the search index files
|
||||
dir=/var/lib/clouseau/
|
||||
|
||||
; the number of search indexes that can be open simultaneously
|
||||
max_indexes_open=500
|
4
ressources/clouseau/rootfs/etc/clouseau/log4j.properties
Normal file
4
ressources/clouseau/rootfs/etc/clouseau/log4j.properties
Normal file
|
@ -0,0 +1,4 @@
|
|||
log4j.rootLogger=debug, CONSOLE
|
||||
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} %c [%p] %m%n
|
Loading…
Add table
Add a link
Reference in a new issue