Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. private CoinsAPI coinsapi;
  2.  
  3. String user = Utils.cfg1.getString("username");
  4. String password = Utils.cfg1.getString("password");
  5. String host = Utils.cfg1.getString("host");
  6. String database = Utils.cfg1.getString("database");
  7. String port = Utils.cfg1.getString("port");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement