Advertisement
Guest User

Untitled

a guest
Nov 9th, 2017
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. [nodemon] starting `node app.js`
  2. Server is listening on port ${port}
  3. req.body.password User!2017
  4. req.body.email utente.receitas4@hotmail.com
  5. users: Query {
  6. _mongooseOptions: {},
  7. mongooseCollection:
  8. NativeCollection {
  9. collection: Collection { s: [Object] },
  10. opts: { bufferCommands: true, capped: false },
  11. name: 'users',
  12. collectionName: 'users',
  13. conn:
  14. NativeConnection {
  15. base: [Object],
  16. collections: [Object],
  17. models: [Object],
  18. config: [Object],
  19. replica: false,
  20. hosts: null,
  21. host: 'ds237475.mlab.com',
  22. port: 37475,
  23. user: '1071205',
  24. pass: 'greceitas2017',
  25. name: 'greceitas',
  26. options: [Object],
  27. otherDbs: [],
  28. _readyState: 1,
  29. _closeCalled: false,
  30. _hasOpened: true,
  31. _listening: false,
  32. db: [Object] },
  33. queue: [],
  34. buffer: false,
  35. emitter:
  36. EventEmitter {
  37. domain: null,
  38. _events: {},
  39. _eventsCount: 0,
  40. _maxListeners: undefined } },
  41. model:
  42. { [Function: model]
  43. hooks: Kareem { _pres: {}, _posts: {} },
  44. base:
  45. Mongoose {
  46. connections: [Array],
  47. plugins: [],
  48. models: [Object],
  49. modelSchemas: [Object],
  50. options: [Object] },
  51. modelName: 'user',
  52. model: [Function: model],
  53. db:
  54. NativeConnection {
  55. base: [Object],
  56. collections: [Object],
  57. models: [Object],
  58. config: [Object],
  59. replica: false,
  60. hosts: null,
  61. host: 'ds237475.mlab.com',
  62. port: 37475,
  63. user: '1071205',
  64. pass: 'greceitas2017',
  65. name: 'greceitas',
  66. options: [Object],
  67. otherDbs: [],
  68. _readyState: 1,
  69. _closeCalled: false,
  70. _hasOpened: true,
  71. _listening: false,
  72. db: [Object] },
  73. discriminators: undefined,
  74. schema:
  75. Schema {
  76. obj: [Object],
  77. paths: [Object],
  78. subpaths: {},
  79. virtuals: [Object],
  80. singleNestedPaths: {},
  81. nested: {},
  82. inherits: {},
  83. callQueue: [Array],
  84. _indexes: [],
  85. methods: [Object],
  86. statics: {},
  87. tree: [Object],
  88. _requiredpaths: undefined,
  89. discriminatorMapping: undefined,
  90. _indexedpaths: undefined,
  91. query: {},
  92. childSchemas: [],
  93. s: [Object],
  94. options: [Object],
  95. '$globalPluginsApplied': true },
  96. collection:
  97. NativeCollection {
  98. collection: [Object],
  99. opts: [Object],
  100. name: 'users',
  101. collectionName: 'users',
  102. conn: [Object],
  103. queue: [],
  104. buffer: false,
  105. emitter: [Object] },
  106. Query: { [Function] base: [Object] },
  107. '$__insertMany': [Function],
  108. insertMany: [Function] },
  109. schema:
  110. Schema {
  111. obj:
  112. { nome: [Function: String],
  113. email: [Object],
  114. password: [Object],
  115. medico: [Object],
  116. utente: [Object],
  117. farmaceutico: [Object] },
  118. paths:
  119. { nome: [Object],
  120. email: [Object],
  121. password: [Object],
  122. medico: [Object],
  123. utente: [Object],
  124. farmaceutico: [Object],
  125. _id: [Object],
  126. __v: [Object] },
  127. subpaths: {},
  128. virtuals: { id: [Object] },
  129. singleNestedPaths: {},
  130. nested: {},
  131. inherits: {},
  132. callQueue: [ [Array], [Array], [Array], [Array], [Array] ],
  133. _indexes: [],
  134. methods: { isValidPassword: [AsyncFunction] },
  135. statics: {},
  136. tree:
  137. { nome: [Function: String],
  138. email: [Object],
  139. password: [Object],
  140. medico: [Object],
  141. utente: [Object],
  142. farmaceutico: [Object],
  143. _id: [Object],
  144. id: [Object],
  145. __v: [Function: Number] },
  146. _requiredpaths: undefined,
  147. discriminatorMapping: undefined,
  148. _indexedpaths: undefined,
  149. query: {},
  150. childSchemas: [],
  151. s: { hooks: [Object], kareemHooks: [Object] },
  152. options:
  153. { retainKeyOrder: false,
  154. typeKey: 'type',
  155. id: true,
  156. noVirtualId: false,
  157. _id: true,
  158. noId: false,
  159. validateBeforeSave: true,
  160. read: null,
  161. shardKey: null,
  162. autoIndex: null,
  163. minimize: true,
  164. discriminatorKey: '__t',
  165. versionKey: '__v',
  166. capped: false,
  167. bufferCommands: true,
  168. strict: true,
  169. pluralization: true },
  170. '$globalPluginsApplied': true },
  171. op: 'find',
  172. options: { retainKeyOrder: false },
  173. _conditions: { email: 'utente.receitas4@hotmail.com' },
  174. _fields: undefined,
  175. _update: undefined,
  176. _path: undefined,
  177. _distinct: undefined,
  178. _collection:
  179. NodeCollection {
  180. collection:
  181. NativeCollection {
  182. collection: [Object],
  183. opts: [Object],
  184. name: 'users',
  185. collectionName: 'users',
  186. conn: [Object],
  187. queue: [],
  188. buffer: false,
  189. emitter: [Object] },
  190. collectionName: 'users' },
  191. _traceFunction: undefined,
  192. _castError: null,
  193. _count: [Function],
  194. _execUpdate: [Function],
  195. _find: [Function],
  196. _findOne: [Function],
  197. _findOneAndRemove: [Function],
  198. _findOneAndUpdate: [Function],
  199. _updateMany: [Function],
  200. _updateOne: [Function] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement