You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/08/30 21:44:28 UTC

svn commit: r690566 - /incubator/couchdb/trunk/etc/couchdb/local.ini

Author: jan
Date: Sat Aug 30 12:44:28 2008
New Revision: 690566

URL: http://svn.apache.org/viewvc?rev=690566&view=rev
Log:
Update local.ini example file to reflect the new configuration option names.

Modified:
    incubator/couchdb/trunk/etc/couchdb/local.ini

Modified: incubator/couchdb/trunk/etc/couchdb/local.ini
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/etc/couchdb/local.ini?rev=690566&r1=690565&r2=690566&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/couchdb/local.ini (original)
+++ incubator/couchdb/trunk/etc/couchdb/local.ini Sat Aug 30 12:44:28 2008
@@ -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"