; CouchDB Configuration Settings
; Custom settings should be made in this file. They will override settings
; in default.ini, but unlike changes made to default.ini, this file won't be
; overwritten on server upgrade.
; see: https://docs.couchdb.org/en/stable/config/couchdb.html
[chttpd]
bind_address = any
; When this option is set to true, no requests are allowed from anonymous users.
; Everyone must be authenticated.
require_valid_user = true
; When this option is set to true, no requests are allowed from anonymous users,
; except for the /_up endpoint.
; Everyone else must be authenticated.
require_valid_user_except_for_up = true
[chttpd_auth]
; see: https://docs.couchdb.org/en/stable/config/auth.html#chttpd_auth
; for authentication information about domain and cookies
[admins]
admin = password
[couchdb]
; When this configuration setting is set to true, automatically create the system databases on startup.
; Must be set false for a clustered CouchDB installation.
# single_node = true
; if you want to keep logs on file
; [log]
; writer = file
; file = /var/log/couchdb/couch.log