summaryrefslogtreecommitdiff
path: root/etc/couchdb/local.ini
diff options
context:
space:
mode:
Diffstat (limited to 'etc/couchdb/local.ini')
-rw-r--r--etc/couchdb/local.ini20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini
new file mode 100644
index 00000000..eb4510d6
--- /dev/null
+++ b/etc/couchdb/local.ini
@@ -0,0 +1,20 @@
+; 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]
+;MaximumDocumentSize=4294967296 ; bytes
+
+[HTTPd]
+;Port=5984
+;BindAddress=127.0.0.1
+
+[Log]
+;Level=info
+
+[Update Notification]
+;unique notifier name=/full/path/to/exe -with "cmd line arg"
+
+