diff options
author | Jan Lehnardt <jan@apache.org> | 2009-09-16 16:25:19 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-09-16 16:25:19 +0000 |
commit | 7b6a320a502e3eab87cf3dba1f24216c7150ddf3 (patch) | |
tree | f61c78553cbefd383a153caaefebc75e77300141 /etc | |
parent | b476d9dcbff061759e5eda840c3e08190fde4d36 (diff) |
uncomment [admin] section to avoid easy user error and for consistency
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@815863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/local.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index c7027415..0a118770 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -27,5 +27,5 @@ ; 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] +[admins] ;admin = mysecretpassword |