alter db username to siprp

git-svn-id: https://svn.coded.pt/svn/SIPRP@1264 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Diogo Neves 16 years ago
parent 902c433009
commit 81fbc7fe8f

@ -18,11 +18,11 @@ import javax.servlet.http.HttpSession;
* @author lluis
*/
public class Db {
// String connectionURL = "jdbc:postgresql://storage:5432/siprp_20091203"; //testes
// String connectionURL = "jdbc:postgresql://evoserver:5432/siprp"; //testes
// String connectionURL = "jdbc:postgresql://www.evolute.pt:5436/siprp"; //real
String connectionURL = "jdbc:postgresql://localhost:5436/siprp"; //real
String User = "postgres";
String User = "siprp";
String Pass = null;
Connection connection = null;

@ -22,12 +22,12 @@ import javax.servlet.http.HttpSession;
* @author lluis
*/
public class Dblocal {
// String connectionURL = "jdbc:postgresql://storage:5432/siprp_local_3_20091203"; //testes
// String connectionURL = "jdbc:postgresql://evoserver:5432/siprp_local_3"; //testes
//String connectionURL = "jdbc:postgresql://storage/siprp_local_3"; //testes local_3
// String connectionURL = "jdbc:postgresql://www.evolute.pt:5436/siprp_local_3"; //testes local_3
String connectionURL = "jdbc:postgresql://localhost:5436/siprp_local_3";
String User = "postgres";
String User = "siprp";
String Pass = null;
Connection connection = null;

Loading…
Cancel
Save