10-bitnami.ini 544 B

123456789101112131415161718192021222324
  1. [couchdb]
  2. database_dir=/bitnami/couchdb/data
  3. view_index_dir=/bitnami/couchdb/data
  4. [chttpd]
  5. port=5984
  6. bind_address=0.0.0.0
  7. require_valid_user=true
  8. WWW-Authenticate=Basic realm="Welcome to Stackedit Couchdb"
  9. [httpd]
  10. ; Prevent changes in the configuration via the config API so the changes are not lost after a restart/redeploy
  11. config_whitelist=[{httpd,config_whitelist}]
  12. WWW-Authenticate=Basic realm="administrator"
  13. enable_cors=true
  14. [couch_httpd_auth]
  15. require_valid_user=true
  16. [cors]
  17. # origins=https://stackedit.io
  18. origins=*
  19. credentials=true