Guest User

Untitled

a guest
Apr 12th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Connection "default" was not found.
  2.  
  3.  
  4. Error
  5. at new ConnectionNotFoundError (/.../ConnectionNotFoundError.ts:11:22)
  6.  
  7. TypeOrmModule.forRoot({
  8. type: config.db.type,
  9. host: config.db.host,
  10. port: config.db.port,
  11. username: config.db.user,
  12. password: config.db.password,
  13. database: config.db.database
  14. })
Add Comment
Please, Sign In to add comment