|
|
|
|
@ -41,11 +41,11 @@ public interface GlobalConstants
|
|
|
|
|
|
|
|
|
|
public static final String bdLocalHost = "localhost";
|
|
|
|
|
// public static final String bdLocalHost = "127.0.0.1";
|
|
|
|
|
public static final String bdLocalPort = "5432";
|
|
|
|
|
public static final String bdLocalPort = "5433";
|
|
|
|
|
public static final String bdLocalUsername = "siprp";
|
|
|
|
|
public static final String bdLocalPassword = "rg2h-opksiprp";
|
|
|
|
|
public static final String bdLocalDriver = "org.postgresql.Driver";
|
|
|
|
|
public static final String bdLocalUrl = "jdbc:postgresql://" + bdHost + ":" + bdPort + "/siprp_local_3";
|
|
|
|
|
public static final String bdLocalUrl = "jdbc:postgresql://" + bdHost + ":" + bdPort + "/siprp_local";
|
|
|
|
|
|
|
|
|
|
public static final String DEFAULT_EMAIL = "geral@siprp.pt";
|
|
|
|
|
|
|
|
|
|
|