14 lines
381 B
INI
14 lines
381 B
INI
|
[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=/opt/couchdb/data/search
|
||
|
|
||
|
; the number of search indexes that can be open simultaneously
|
||
|
max_indexes_open=500
|