Skip to content

Commit

Permalink
New DB
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Darby committed Apr 21, 2014
1 parent 7364651 commit f50f52b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
onHeroku = process.env.PORT

if onHeroku
dbString = "mongodb://heroku:edgecase@staff.mongohq.com:10066/app2636005"
dbString = "mongodb://crb:whatever@oceanic.mongohq.com:10046/crb"
port = process.env.PORT
else
dbString = "localhost:27017/crb_register"
Expand Down
Binary file added dump/app2636005/entries.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/app2636005/entries.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "app2636005.entries", "name" : "_id_" } ] }
Binary file added dump/app2636005/system.indexes.bson
Binary file not shown.
Binary file added dump/app2636005/system.users.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/app2636005/system.users.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "app2636005.system.users", "name" : "_id_" }, { "v" : 1, "key" : { "user" : 1, "userSource" : 1 }, "unique" : true, "ns" : "app2636005.system.users", "name" : "user_1_userSource_1", "dropDups" : true } ] }

0 comments on commit f50f52b

Please sign in to comment.