forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@479 bb69d46d-e84e-40c8-a05a-06db0d6337410'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
parent
be8c9b087c
commit
24136b8a98
@ -0,0 +1,22 @@
|
|||||||
|
/*
|
||||||
|
* GlobalConstant.java
|
||||||
|
*
|
||||||
|
* Created on 27 de Abril de 2005, 18:20
|
||||||
|
*/
|
||||||
|
|
||||||
|
package siprp.pagina;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author fpalma
|
||||||
|
*/
|
||||||
|
public interface GlobalConstants
|
||||||
|
{
|
||||||
|
// BD
|
||||||
|
public static final String bdHost = "127.0.0.1";
|
||||||
|
public static final String bdPort = "5436";
|
||||||
|
public static final String bdUsername = "siprp";
|
||||||
|
public static final String bdPassword = "";
|
||||||
|
public static final String bdDriver = "org.postgresql.Driver";
|
||||||
|
public static final String bdUrl = "jdbc:postgresql://" + bdHost + ":" + bdPort + "/siprp";
|
||||||
|
}
|
||||||
Loading…
Reference in new issue