Guest User

Untitled

a guest
Feb 26th, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class Configs {
  2. public host = "";
  3. public port = 587;
  4. public user = "";
  5. public password = "";
  6. }
  7.  
  8. export default new Configs;
Add Comment
Please, Sign In to add comment