Guest User

Untitled

a guest
Dec 26th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. let config = {
  2. userName: "**",
  3. password: "**",
  4. server: "xxx.xxx.xxx.100",
  5. options:{
  6. port: 1433,
  7. database: "db_name",
  8. encrypt: true
  9. }
  10. }
Add Comment
Please, Sign In to add comment