|=============================================================================== |database_dir = /usr/local/var/lib/couchdb |view_index_dir = /usr/local/var/lib/couchdb |util_driver_dir = /usr/local/lib/couchdb/erlang/lib/couch-0.10.0a/priv/lib |max_document_size = 4294967296 ; 4 GB |max_attachment_chunk_size = 4294967296 ; 4GB |os_process_timeout = 5000 ; 5 seconds. for view and external servers. |max_dbs_open = 100 |batch_save_size = 1000 ; number of docs at which to save a batch |batch_save_interval = 1000 ; milliseconds after which to save batches |===============================================================================
|=============================================================================== |port = 5984 |bind_address = 127.0.0.1 |authentication_handler = {couch_httpd, default_authentication_handler} |default_handler = {couch_httpd_db, handle_request} |WWW-Authenticate = Basic realm="administrator" |===============================================================================
|=============================================================================== |file = /usr/local/var/log/couchdb/couch.log |level = info |===============================================================================
|=============================================================================== |javascript = /usr/local/bin/couchjs /usr/local/share/couchdb/server/main.js |===============================================================================
|=============================================================================== |reduce_limit = true |===============================================================================
|=============================================================================== |mykey = /path/to/mycommand |===============================================================================
|=============================================================================== |view_manager={couch_view, start_link, []} |external_manager={couch_external_manager, start_link, []} |db_update_notifier={couch_db_update_notifier_sup, start_link, []} |batch_save={couch_batch_save_sup, start_link, []} |query_servers={couch_query_servers, start_link, []} |httpd={couch_httpd, start_link, []} |stats_aggregator={couch_stats_aggregator, start, []} |stats_collector={couch_stats_collector, start, []} |===============================================================================
|=============================================================================== |/ = {couch_httpd_misc_handlers, handle_welcome_req, "Welcome"} |favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, |"/usr/local/share/couchdb/www"} |_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, |"/usr/local/share/couchdb/www"} |_all_dbs = {couch_httpd_misc_handlers, handle_all_dbs_req} |_active_tasks = {couch_httpd_misc_handlers, handle_task_status_req} |_config = {couch_httpd_misc_handlers, handle_config_req} |_replicate = {couch_httpd_misc_handlers, handle_replicate_req} |_uuids = {couch_httpd_misc_handlers, handle_uuids_req} |_restart = {couch_httpd_misc_handlers, handle_restart_req} |_stats = {couch_httpd_stats_handlers, handle_stats_req} |_log = {couch_httpd_misc_handlers, handle_log_req} |_sleep = {couch_httpd_misc_handlers, handle_sleep_req} |_whoami = {couch_httpd_misc_handlers, handle_whoami_req} |===============================================================================
|=============================================================================== |_view_cleanup = {couch_httpd_db, handle_view_cleanup_req} |_compact = {couch_httpd_db, handle_compact_req} |_design = {couch_httpd_db, handle_design_req} |_view = {couch_httpd_view, handle_db_view_req} |_temp_view = {couch_httpd_view, handle_temp_view_req} |_changes = {couch_httpd_db, handle_changes_req} |===============================================================================
|=============================================================================== |_view | {couch_httpd_view, handle_view_req} |_show | {couch_httpd_show, handle_doc_show_req} |_list | {couch_httpd_show, handle_view_list_req} |_info | {couch_httpd_db, handle_design_info_req} |===============================================================================