From 419ba5618e172021132bb342cdfdd674d923da2e Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 27 Apr 2009 22:04:18 +0000 Subject: add newline at the end of ini file to make quick editing work, also POSIX git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@769181 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/local.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index 3e3101b5..928b242f 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -12,7 +12,7 @@ ;bind_address = 127.0.0.1 [log] -;level = debug +level = debug [update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" @@ -24,4 +24,4 @@ ; 'username = password' lines. Don't forget to restart CouchDB after ; changing this. ;[admins] -;admin = mysecretpassword \ No newline at end of file +;admin = mysecretpassword -- cgit v1.2.3