Advertisement
Guest User

Untitled

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