-
Notifications
You must be signed in to change notification settings - Fork 0
/
mongo_inserts.txt
26 lines (23 loc) · 1017 Bytes
/
mongo_inserts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{name: 'Banplus',desc: 'Banco privado de Venezuela',address: 'Paseo Las Merces',domainEmail: '@banplus.com.ve',logo: '/public/images/logo.png',projects: [{_id: ObjectId("59610fd82420019225c1080d"),name: 'Gestion TDC',accessRole: ['specialist', 'manager']}]}
{username: 'admin',password: '$2a$08$Epfl0baxsItTDthvN/DzDOlkOOL4ZHhsKZwLIu2dJ8sje8ojvn0A6',email: '[email protected]',role: 'admin',status: {verified:true},name: 'admin',lastname:'admin',phone:'231231321',photo:'/public/images/photo.jpg',working_on: [ObjectId("59c804ede972e414f2d8e9ce")]}
{
"_id" : ObjectId("59f7d724627886446a85af0f"),
"domainEmail" : "@google.com",
"address" : "Mountain View, EEUU",
"desc" : "Empresa de busqueda",
"name" : "Google",
"created_at" : ISODate("2017-10-31T01:51:32.813Z"),
"projects" : [
{
"name" : "AngularJS",
"desc" : "Framework para la vista basado en TS",
"_id" : ObjectId("59f7dbcd5302a44559cd499d"),
"created_at" : ISODate("2017-10-31T02:10:53.444Z"),
"accessRole" : [
"specialist",
"manager",
"admin"
]
}
],
}