From 83af9a01292b5324de651ed90199f61be8d9eae7 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 20 Aug 2008 14:18:05 +0000 Subject: add missing files git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@687339 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/local.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/couchdb/local.ini (limited to 'etc/couchdb/local.ini') 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" + + -- cgit v1.2.3