Guest User

Untitled

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