summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-04-27 22:04:18 +0000
committerJan Lehnardt <jan@apache.org>2009-04-27 22:04:18 +0000
commit419ba5618e172021132bb342cdfdd674d923da2e (patch)
treea2e1cee02344bc131fa877840bc5e89d46d8ba40 /etc
parentb97ea7c6b7c52430393ec7107674ba23ff57b9d5 (diff)
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
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/local.ini4
1 files 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