2022-12-01 14:42:56 +01:00
|
|
|
[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
|
2024-02-13 12:51:45 +01:00
|
|
|
cookie=COUCHDB_ERLANG_COOKIE
|
2022-12-01 14:42:56 +01:00
|
|
|
|
|
|
|
; the path where you would like to store the search index files
|
|
|
|
dir=DATA_DIR/search
|
|
|
|
|
|
|
|
; the number of search indexes that can be open simultaneously
|
|
|
|
max_indexes_open=500
|