From e5b395f06833a84c93e38fcb80fa6d238925cf09 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 30 Aug 2008 19:44:28 +0000 Subject: Update local.ini example file to reflect the new configuration option names. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690566 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/local.ini | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/couchdb') diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index eb4510d6..53d1e60e 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -4,17 +4,17 @@ ; in default.ini, but unlike changes made to default.ini, this file won't be ; overwritten on server upgrade. -[CouchDB] -;MaximumDocumentSize=4294967296 ; bytes +[couchdb] +;max_document_size = 4294967296 ; bytes -[HTTPd] -;Port=5984 -;BindAddress=127.0.0.1 +[httpd] +;port = 5984 +;bind_address = 127.0.0.1 -[Log] -;Level=info +[log] +;level = info -[Update Notification] +[update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" -- cgit v1.2.3