diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/local_dev.ini | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini index 4081062b..47751df4 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 = info +level = debug [update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" @@ -24,3 +24,27 @@ foo = bar [test] foo = bar + +[test] +foo = bar + +[test] +foo = bar + +[test] +foo = bar + +[test] +foo = bar + +[test] +foo = bar + +[test] +foo = bar + +[test] +foo = bar + +[test] +foo = bar |