Advertisement
erzis

Untitled

Jan 4th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var pool = mysql.createPool({
  2. connectionLimit : 10,
  3. database: 'NAZWA DB',
  4. host: 'www.erzis.ct8.pl',
  5. user: 'login do DB',
  6. password: 'moje_hasło'
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement