From aee6f18edf8cdf3f7c09c93fcf1af48c2c15fcd8 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Mon, 17 Nov 2008 18:18:51 +0000 Subject: More security and validation work. Still incomplete. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@718311 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/local_dev.ini | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'etc/couchdb') 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,13 +12,37 @@ ;bind_address = 127.0.0.1 [log] -;level = info +level = debug [update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" +[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 -- cgit v1.2.3