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]
 =

Reply via email to