From 46d0e88e5deb75b5e31934b82114bcdc36e227e9 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 23 Jan 2009 10:40:48 +0000 Subject: - document [admin] section in local.ini - remove test-run leftovers from local_dev.ini git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@736990 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/local.ini | 11 ++++++++++- etc/couchdb/local_dev.ini | 9 +-------- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'etc/couchdb') diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index 228849cd..3e3101b5 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -12,7 +12,16 @@ ;bind_address = 127.0.0.1 [log] -;level = info +;level = debug [update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" + +; To create an admin account uncomment the '[admins]' section below and add a +; line in the format 'username = password'. When you next start CouchDB, it +; will change the password to a hash (so that your passwords don't linger +; around in plain-text files). You can add more admin accounts with more +; 'username = password' lines. Don't forget to restart CouchDB after +; changing this. +;[admins] +;admin = mysecretpassword \ No newline at end of file diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini index e6e8ca93..5ab6e94b 100644 --- a/etc/couchdb/local_dev.ini +++ b/etc/couchdb/local_dev.ini @@ -15,11 +15,4 @@ level = error [update_notification] -;unique notifier name=/full/path/to/exe -with "cmd line arg" - - -[test] -foo = bar - -[test] -foo = bar +;unique notifier name=/full/path/to/exe -with "cmd line arg" \ No newline at end of file -- cgit v1.2.3