alter db username to postgres

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

@ -24,7 +24,7 @@ public class Db {
// String connectionURL = "jdbc:postgresql://storage:5432/siprp_20100629"; //testes
String connectionURL = "jdbc:postgresql://localhost:5436/siprp"; //real
String User = "siprp";
String User = "postgres";
String Pass = null;
Connection connection = null;

@ -23,7 +23,7 @@ import javax.servlet.http.HttpSession;
public class Dblocal {
// String connectionURL = "jdbc:postgresql://storage:5432/siprp_local_3"; //testes
String connectionURL = "jdbc:postgresql://localhost:5436/siprp_local_3";
String User = "siprp";
String User = "postgres";
String Pass = null;
Connection connection = null;

Loading…
Cancel
Save