Created
July 21, 2011 18:16
-
-
Save cfaulkingham/1097798 to your computer and use it in GitHub Desktop.
This is the configuration file for mysql_to_couchdb.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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