diff options
author | Jan Lehnardt <jan@apache.org> | 2008-08-30 19:44:28 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-08-30 19:44:28 +0000 |
commit | e5b395f06833a84c93e38fcb80fa6d238925cf09 (patch) | |
tree | 048e0f084421fe02cc66813e2450ad096c150395 /etc/couchdb | |
parent | 0fc72a1237de5ade212dca98b3af0ad2256a6ebe (diff) |
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
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/local.ini | 16 |
1 files changed, 8 insertions, 8 deletions
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" |