alter db username to postgres

git-svn-id: https://svn.coded.pt/svn/SIPRP@1266 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Diogo Neves 16 years ago
parent ff90ab0bf1
commit 6d8c9df149

@ -22,7 +22,7 @@ public class Db {
// String connectionURL = "jdbc:postgresql://www.evolute.pt:5436/siprp"; //real
String connectionURL = "jdbc:postgresql://localhost:5436/siprp"; //real
String User = "siprp";
String User = "postgres";
String Pass = null;
Connection connection = null;

@ -23,11 +23,10 @@ import javax.servlet.http.HttpSession;
*/
public class Dblocal {
// 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 = "siprp";
String User = "postgres";
String Pass = null;
Connection connection = null;

Loading…
Cancel
Save