Skip to content

Commit

Permalink
Apparently the ; only works as a comment if it's freestanding. Whoops…
Browse files Browse the repository at this point in the history
…ies.
  • Loading branch information
ussjoin committed Feb 18, 2014
1 parent a4d5729 commit f6147f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/couchdb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6147f3

Please sign in to comment.