Guest User

Untitled

a guest
May 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. export class Connection {
  2. constructor() { }
  3.  
  4. public conobject = {
  5. "_id": null,
  6. "username": "",
  7. "password": "",
  8. "host": "",
  9. "database": "",
  10. "port": "",
  11. "adapter": "please select adapter",
  12. "service": ""
  13. }
  14. }
Add Comment
Please, Sign In to add comment