summaryrefslogtreecommitdiff
path: root/etc/couchdb/local.ini
blob: 928b242f92864ab556660b3d02ffd95db380386b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
; 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 = 5984
;bind_address = 127.0.0.1

[log]
level = debug

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

; To create an admin account uncomment the '[admins]' section below and add a
; line in the format 'username = password'. When you next start CouchDB, it
; will change the password to a hash (so that your passwords don't linger 
; around in plain-text files). You can add more admin accounts with more 
; 'username = password' lines. Don't forget to restart CouchDB after 
; changing this.
;[admins]
;admin = mysecretpassword