summaryrefslogtreecommitdiff
path: root/testing/tests/couch/couchdb.ini.template
blob: 174d9d867443875707932e3a133325a357c9fe80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; etc/couchdb/default.ini.tpl.  Generated from default.ini.tpl.in by configure.

; Upgrading CouchDB will overwrite this file.

[couchdb]
database_dir = %(tempdir)s/lib
view_index_dir = %(tempdir)s/lib
max_document_size = 4294967296 ; 4 GB
os_process_timeout = 120000 ; 120 seconds. for view and external servers.
max_dbs_open = 100
delayed_commits = true ; set this to false to ensure an fsync before 201 Created is returned
uri_file = %(tempdir)s/lib/couch.uri
file_compression = snappy

[log]
file = %(tempdir)s/log/couch.log
level = info
include_sasl = true

[httpd]
port = 0
bind_address = 127.0.0.1