You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/02 02:21:16 UTC

[Couchdb Wiki] Update of "Configurationfile couch.ini" by MartinCzura

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by MartinCzura:
http://wiki.apache.org/couchdb/Configurationfile_couch%2eini

The comment on the change is:
page creation

New page:
The default location of the couch.ini file is in /usr/local/etc/couch.  It is the local configuration file for the couch server.

The default configuration file is shown, with each option described in detail.

{{{
; etc/couchdb/couch.ini.tpl.  Generated from couch.ini.tpl.in by configure.
[Couch]
ConsoleStartupMsg=Apache CouchDB is starting.
DbRootDir=/usr/local/var/lib/couchdb
Port=5984
BindAddress=192.168.109.162
DocumentRoot=/usr/local/share/couchdb/www
LogFile=/usr/local/var/log/couchdb/couch.log
UtilDriverDir=/usr/local/lib/couchdb/erlang/lib/couch-0.8.0-incubating/priv/lib
LogLevel=info
[Couch Query Servers]
javascript=/usr/local/bin/couchjs /usr/local/share/couchdb/server/main.js
}}}

=== Couch section ===
 * {{{ConsoleStartupMsg}}}
 * {{{DbRootDir}}}
 * {{{Port}}}
 * {{{BindAddress}}} - you probably need to change this to your outward facing network interface.
 * {{{DocumentRoot}}}
 * {{{LogFile}}}
 * {{{UtilDriverDir}}}
 * {{{LogLevel}}} - values 'info', 'debug'

=== Couch Query Servers section ===
 * {{{javascript}}}