Skip to content

Instantly share code, notes, and snippets.

@jbuda
Created March 19, 2013 12:56
Show Gist options
  • Save jbuda/5195880 to your computer and use it in GitHub Desktop.
Save jbuda/5195880 to your computer and use it in GitHub Desktop.
Application.cfc for CouchDB
this.default = structNew();
this.default.url = '__APPLICATION-URL__';
this.default.dbhost = '__COUCHDB-HOST__';
this.default.port = '__COUCHDB-PORT__';
this.default.dsn = '__MYSQL-DSN__';
this.default.dbtype = '__DBTYPE__';
this.default.db = '__COUCHDB-DATABASE__';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment