/[couchdb]/etc/couch.ini
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /etc/couch.ini

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (hide annotations)
Sat Aug 9 23:41:41 2008 UTC (15 years, 7 months ago) by dpavlin
File size: 760 byte(s)
example couch.ini configuration file
1 dpavlin 14 ; etc/couchdb/couch.ini.tpl. Generated from couch.ini.tpl.in by configure.
2    
3     [Couch]
4    
5     ConsoleStartupMsg=Apache CouchDB is starting.
6    
7     DbRootDir=/var/lib/couchdb
8    
9     Port=5984
10    
11     BindAddress=127.0.0.1
12    
13     DocumentRoot=/usr/share/couchdb/www
14    
15     LogFile=/var/log/couchdb/couch.log
16    
17     UtilDriverDir=/usr/lib/couchdb/erlang/lib/couch-0.9.0a-incubating/priv/lib
18    
19     ;LogLevel=info
20     LogLevel=debug
21    
22     DbUpdateNotificationProcess=/home/dpavlin/x/couchdb/scripts/update.pl
23     ;FullTextSearchQueryServer=/home/dpavlin/x/couchdb/scripts/search.pl
24    
25     [Couch Query Servers]
26    
27     javascript=/usr/bin/couchjs /usr/share/couchdb/server/main.js
28     text/javascript=/usr/bin/couchjs /usr/share/couchdb/server/main.js
29     ;text/perl=/usr/bin/couchdb-view-server.pl
30     estraier=/home/dpavlin/x/couchdb/scripts/query.pl

  ViewVC Help
Powered by ViewVC 1.1.26