Advertisement
Guest User

Untitled

a guest
May 4th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public static String ip = "localhost";
  2. public static String port = "3306";
  3. public static String database = "focus";
  4. public static String username = "";
  5. public static String password = "";
  6. public static String db_rank = "player_rank";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement