From fe96a2fb6ee18501f319b667aa4c75fe09125964 Mon Sep 17 00:00:00 2001 From: Filipe David Borba Manana Date: Sat, 25 Sep 2010 17:37:57 +0000 Subject: COUCHDB-393 related: moving couch.uri to a better place by default. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1001283 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/default.ini.tpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/couchdb/default.ini.tpl.in') diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 28817423..49a64058 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -11,7 +11,7 @@ max_attachment_chunk_size = 4294967296 ; 4GB os_process_timeout = 5000 ; 5 seconds. for view and external servers. max_dbs_open = 100 delayed_commits = true ; set this to false to ensure an fsync before 201 Created is returned -uri_file = %localstatelibdir%/couch.uri +uri_file = %localstaterundir%/couch.uri [httpd] port = 5984 -- cgit v1.2.3