12345678910111213141516 |
- ; 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.
- [chttpd]
- bind_address = any
- [httpd]
- bind_address = any
- [couchdb]
- database_dir = /app/data/data
- view_index_dir = /app/data/data
|