Skip to content

Instantly share code, notes, and snippets.

@batok
Created November 12, 2008 15:42
Show Gist options
  • Save batok/24188 to your computer and use it in GitHub Desktop.
Save batok/24188 to your computer and use it in GitHub Desktop.
; 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.
[CouchDB]
database_dir = /alternatepath
;MaximumDocumentSize=4294967296 ; bytes
[HTTPd]
;Port=5984
;BindAddress=127.0.0.1
[Log]
;Level=info
[Update Notification]
;unique notifier name=/full/path/to/exe -with "cmd line arg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment