Skip to content

Commit cb94fa7

Browse files
committed
Add the default configuration files for CouchDB 2.3.
1 parent 1fbfd6b commit cb94fa7

File tree

6 files changed

+728
-0
lines changed

6 files changed

+728
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; CouchDB Configuration Settings
2+
3+
; Custom settings should be made in this file. They will override settings
4+
; in default.ini, but unlike changes made to default.ini, this file won't be
5+
; overwritten on server upgrade.
6+
7+
[chttpd]
8+
bind_address = any
9+
10+
[httpd]
11+
bind_address = any
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CouchDB default configuration files
2+
3+
Files found under the etc/default.d directory that end with .ini are
4+
parsed within couchdb(1) at startup.
5+
6+
This directory is intended for distribution-specific overrides of
7+
CouchDB defaults. Package maintainers should be placing overrides in
8+
this directory.
9+
10+
System administrator should place overrides in the etc/local.d directory
11+
instead.

0 commit comments

Comments
 (0)