From f6147f3e560906fb713a23eb4c788fa99f95b71e Mon Sep 17 00:00:00 2001 From: Brendan O'Connor <brendan@maliceafterthought.com> Date: Tue, 18 Feb 2014 10:57:06 -0700 Subject: [PATCH] Apparently the ; only works as a comment if it's freestanding. Whoopsies. --- conf/couchdb.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/couchdb.ini b/conf/couchdb.ini index 782937c..8f5a24f 100644 --- a/conf/couchdb.ini +++ b/conf/couchdb.ini @@ -6,8 +6,8 @@ name = The Apache Software Foundation version = 1.5.0 [couchdb] -database_dir = /tmp/crypt/working/couchdb; /usr/local/var/lib/couchdb -view_index_dir = /tmp/crypt/working/couchdb; /usr/local/var/lib/couchdb +database_dir = /tmp/crypt/working/couchdb ; /usr/local/var/lib/couchdb +view_index_dir = /tmp/crypt/working/couchdb ; /usr/local/var/lib/couchdb util_driver_dir = /usr/local/lib/couchdb/erlang/lib/couch-1.5.0/priv/lib max_document_size = 4294967296 ; 4 GB uuid = 6ca79eb938ebe76852fedc494b50cdd4