mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
dumped mongodb
This commit is contained in:
2
bin/www
2
bin/www
@@ -12,7 +12,7 @@ var http = require('http');
|
||||
* Get port from environment and store in Express.
|
||||
*/
|
||||
|
||||
var port = normalizePort(process.env.PORT || '3000');
|
||||
var port = normalizePort(process.env.PORT || '80');
|
||||
app.set('port', port);
|
||||
|
||||
/**
|
||||
|
||||
BIN
mongodb/dump/admin/system.indexes.bson
Normal file
BIN
mongodb/dump/admin/system.indexes.bson
Normal file
Binary file not shown.
BIN
mongodb/dump/admin/system.users.bson
Normal file
BIN
mongodb/dump/admin/system.users.bson
Normal file
Binary file not shown.
1
mongodb/dump/admin/system.users.metadata.json
Normal file
1
mongodb/dump/admin/system.users.metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "admin.system.users" }, { "v" : 1, "unique" : true, "key" : { "user" : 1, "db" : 1 }, "name" : "user_1_db_1", "ns" : "admin.system.users" } ] }
|
||||
BIN
mongodb/dump/admin/system.version.bson
Normal file
BIN
mongodb/dump/admin/system.version.bson
Normal file
Binary file not shown.
1
mongodb/dump/admin/system.version.metadata.json
Normal file
1
mongodb/dump/admin/system.version.metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "admin.system.version" } ] }
|
||||
0
mongodb/dump/sitedb/currentdatas.bson
Normal file
0
mongodb/dump/sitedb/currentdatas.bson
Normal file
1
mongodb/dump/sitedb/currentdatas.metadata.json
Normal file
1
mongodb/dump/sitedb/currentdatas.metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "sitedb.currentdatas" } ] }
|
||||
BIN
mongodb/dump/sitedb/olddatas.bson
Normal file
BIN
mongodb/dump/sitedb/olddatas.bson
Normal file
Binary file not shown.
1
mongodb/dump/sitedb/olddatas.metadata.json
Normal file
1
mongodb/dump/sitedb/olddatas.metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "sitedb.olddatas" } ] }
|
||||
BIN
mongodb/dump/sitedb/posts.bson
Normal file
BIN
mongodb/dump/sitedb/posts.bson
Normal file
Binary file not shown.
1
mongodb/dump/sitedb/posts.metadata.json
Normal file
1
mongodb/dump/sitedb/posts.metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "sitedb.posts" } ] }
|
||||
BIN
mongodb/dump/sitedb/system.indexes.bson
Normal file
BIN
mongodb/dump/sitedb/system.indexes.bson
Normal file
Binary file not shown.
BIN
mongodb/dump/sitedb/temperatures.bson
Normal file
BIN
mongodb/dump/sitedb/temperatures.bson
Normal file
Binary file not shown.
1
mongodb/dump/sitedb/temperatures.metadata.json
Normal file
1
mongodb/dump/sitedb/temperatures.metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "sitedb.temperatures" } ] }
|
||||
Reference in New Issue
Block a user