Guest User

Untitled

a guest
Nov 19th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. telnet 192.168.1.20 1433
  2.  
  3. Trying 192.168.1.20...
  4.  
  5. telnet: connect to address 192.168.1.20 : Connection refused
  6.  
  7. exports.dbConfig = {
  8. user:"username",
  9. password:"111111",
  10. server:"192.168.1.20",
  11. database:"dbname",
  12. port: 1433
  13. };
Add Comment
Please, Sign In to add comment