summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-01-23 10:40:48 +0000
committerJan Lehnardt <jan@apache.org>2009-01-23 10:40:48 +0000
commit46d0e88e5deb75b5e31934b82114bcdc36e227e9 (patch)
tree8f2d8cabe3085e8c07bb151f5c393afeaf51a5e3 /etc
parent5dd96d8ee5f89524fa0be0f087a21f81b6b68ec4 (diff)
- 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
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/local.ini11
-rw-r--r--etc/couchdb/local_dev.ini9
2 files changed, 11 insertions, 9 deletions
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