Skip to content

Commit

Permalink
Use a different dev database
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Jul 8, 2015
1 parent 0ee7ee1 commit 12a55fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/env.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// For all intents and purposes, these are global vars
// TODO: Find a better way to do this
var PouchDBUrl = 'http://54.164.111.240:5984/test'
var PouchDBUrl = 'http://54.164.111.240:5984/dev'
module.exports.PouchDBUrl = PouchDBUrl

0 comments on commit 12a55fe

Please sign in to comment.