Add clouseau

This commit is contained in:
thomas 2022-10-12 03:19:49 +02:00
parent 3cc1c674b2
commit b3b102814b
12 changed files with 126 additions and 0 deletions

View 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

View 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