git-svn-id: https://svn.coded.pt/svn/SIPRP@870 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 17 years ago
parent 5ad68c3837
commit 1e368945da

@ -5,13 +5,13 @@ import com.evolute.utils.sql.Update;
public interface DBConstants
{
// public static final String WEB_URL = "jdbc:postgresql://localhost:5436/siprp";
public static final String WEB_URL = "jdbc:postgresql://storage:5432/siprp";
public static final String WEB_URL = "jdbc:postgresql://localhost:5436/siprp";
// public static final String WEB_URL = "jdbc:postgresql://storage:5432/siprp";
public static final String WEB_USER = "postgres";
public static final String WEB_PASSWORD = "Typein";
// public static final String LOCAL_URL = "jdbc:postgresql://localhost:5436/siprp_local_3";
public static final String LOCAL_URL = "jdbc:postgresql://storage/siprp_local";
public static final String LOCAL_URL = "jdbc:postgresql://localhost:5436/siprp_local_3";
// public static final String LOCAL_URL = "jdbc:postgresql://storage/siprp_local";
public static final String LOCAL_USER = "postgres";
public static final String LOCAL_PASSWORD = "Typein";

Loading…
Cancel
Save