Hi! ; You can add more admin accounts with more 'username = password' lines. Don't forget to restart CouchDB after changing this. [admins] your_admin_username = your_admin_password
for example jasmine = 1234 For explanation see: https://github.com/nolanlawson/pouchdb-authentication#first-step-disable-the-admin-party and http://docs.couchdb.org/en/1.6.1/config/auth.html Br, Sinan On 22 December 2016 at 16:12, Jasmine Lognnes < [email protected]> wrote: > Dear all =) > > I am trying to understand how a couchdb 1.6.1 installation is working, > and I can't figure out what > > [admins] > = > > means. > > Have anyone seen this before? Full local.ini below. > > Hugs, > Jasmine =) > > > > > [httpd] > enable_cors = true > > [cors] > origins = * > origins = * > credentials = true > methods = GET, PUT, POST, HEAD, DELETE > headers = accept, authorization, content-type, origin, referer, > x-csrf-token > > [ssl] > cert_file = /etc/nginx/certs/couchdb.pem > key_file = /etc/nginx/certs/privkey.pem > > [log] > file = /var/log/couchdb.log > level = info > > [admins] > = >
