blob: f1f2b7a5a5486e1d8612fa96378ce9e561ac252f (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
; 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 = error
[update_notification]
;unique notifier name=/full/path/to/exe -with "cmd line arg"
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
[test]
foo = bar
|