Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. package com.fortech.officetime;
  2.  
  3. public class Props {
  4.    
  5.     public static final String DB_USERNAME = "axtraxuser1";
  6.     public static final String DB_PASSWORD = "AyFP82RxCe";
  7.     public static final String DB_SERVERNAME = "ACCESCONTROLDB";
  8.     public static final String DB_DATABASENAME = "axtraxdb";
  9.     public static final int DB_PORTNUMBER = 49775;
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement