couchdb-orm 0.1.6

couchdb-orm Copyright (C) 2020-2023 OpenToolAdd This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; type `show-license' for details. A CLI ORM to manage some Databases operations like migration, schema creation, etc.... For the moment it only handle CouchDB.
Documentation
; 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