You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2009/01/23 11:40:48 UTC

svn commit: r736990 - in /couchdb/trunk/etc/couchdb: local.ini local_dev.ini

Author: jan
Date: Fri Jan 23 02:40:48 2009
New Revision: 736990

URL: http://svn.apache.org/viewvc?rev=736990&view=rev
Log:
 - document [admin] section in local.ini
 - remove test-run leftovers from local_dev.ini

Modified:
    couchdb/trunk/etc/couchdb/local.ini
    couchdb/trunk/etc/couchdb/local_dev.ini

Modified: couchdb/trunk/etc/couchdb/local.ini
URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/couchdb/local.ini?rev=736990&r1=736989&r2=736990&view=diff
==============================================================================
--- couchdb/trunk/etc/couchdb/local.ini (original)
+++ couchdb/trunk/etc/couchdb/local.ini Fri Jan 23 02:40:48 2009
@@ -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

Modified: couchdb/trunk/etc/couchdb/local_dev.ini
URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/couchdb/local_dev.ini?rev=736990&r1=736989&r2=736990&view=diff
==============================================================================
--- couchdb/trunk/etc/couchdb/local_dev.ini (original)
+++ couchdb/trunk/etc/couchdb/local_dev.ini Fri Jan 23 02:40:48 2009
@@ -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