summaryrefslogtreecommitdiff
path: root/etc/couchdb/local_dev.ini
blob: 84764e454dc5386950139f4808643ba464233a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; CouchDB Configuration Settings

; Custom settings should be made in this file. They will override settings
; in default.ini, but unlike changes made to default.ini, this file won't be
; overwritten on server upgrade.

[couchdb]
;max_document_size = 4294967296 ; bytes

[httpd]
; port = 5985
;bind_address = 127.0.0.1

[log]
level = info

[update_notification]
;unique notifier name=/full/path/to/exe -with "cmd line arg"