Skip to content

Instantly share code, notes, and snippets.

@thomo
Created August 12, 2010 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomo/521629 to your computer and use it in GitHub Desktop.
Save thomo/521629 to your computer and use it in GitHub Desktop.
Example .couchapprc (couchapp, couchdb)
{
"env": {
"default": {
"db-example": "http://user:pass@localhost:5984/myapp-dev",
"db": "http://192.168.111.1:5984/rem-dev"
},
"test": {
"db": "http://localhost:5984/rem-test"
},
"production": {
"db": "http://192.168.111.1:5984/rem"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment