Skip to content

Instantly share code, notes, and snippets.

@cfaulkingham
Created July 21, 2011 18:16
Show Gist options
  • Save cfaulkingham/1097798 to your computer and use it in GitHub Desktop.
Save cfaulkingham/1097798 to your computer and use it in GitHub Desktop.
This is the configuration file for mysql_to_couchdb.js
settings = {
password: 'your_password',
user: 'your_user',
hostdb: 'your.server.address',
couchdbhttp: 'http://your_server_address',
couchdbhttpport: '5984' // couchdb default port
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment