summaryrefslogtreecommitdiff
path: root/etc/couchdb/local.ini
diff options
context:
space:
mode:
Diffstat (limited to 'etc/couchdb/local.ini')
-rw-r--r--etc/couchdb/local.ini11
1 files changed, 10 insertions, 1 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