diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/local_dev.ini | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini index 47751df4..f1f2b7a5 100644 --- a/etc/couchdb/local_dev.ini +++ b/etc/couchdb/local_dev.ini @@ -12,7 +12,7 @@ ;bind_address = 127.0.0.1 [log] -level = debug +level = error [update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" @@ -48,3 +48,9 @@ foo = bar [test] foo = bar + +[test] +foo = bar + +[test] +foo = bar |