diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/local.ini | 11 | ||||
-rw-r--r-- | etc/couchdb/local_dev.ini | 9 |
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 |