blob: a104695788bae46f9c15606415204d8ad705cbf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
; @configure_input@
; Upgrading CouchDB will overwrite this file.
[couchdb]
database_dir = %localstatelibdir%
util_driver_dir = %couchprivlibdir%
max_document_size = 4294967296 ; 4 GB
view_timeout = 5000 ; 5 seconds
[httpd]
port = 5984
bind_address = 127.0.0.1
utils_dir = %localdatadir%/www
[log]
file = %localstatelogdir%/couch.log
level = info
[query_servers]
javascript = %bindir%/%couchjs_command_name% %localdatadir%/server/main.js
|