Skip to content

Commit

Permalink
swapping host to cloudant
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfresh committed Oct 11, 2014
1 parent 1156b13 commit 38b72c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tiddlers/couchdbadaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ A sync adaptor module for synchronising with CouchDB
function CouchAdaptor(options) {
this.wiki = options.wiki;
this.logger = new $tw.utils.Logger("CouchAdaptor");
this.host = 'http://penrose.iriscouch.com';
//this.host = 'http://penrose.iriscouch.com'; // TODO make configurable
this.host = 'https://penrose.cloudant.com'; // TODO make configurable
this.urlPrefix = '/fragments-test'; // TODO make configurable
this.designDocName = '/_design/fragments-test'; // TODO make configurable
this.sessionUrl = '/_session';
Expand Down

0 comments on commit 38b72c0

Please sign in to comment.