alter db username to siprp

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

@ -21,10 +21,10 @@ import javax.servlet.http.HttpSession;
* @author lluis
*/
public class Db {
//String connectionURL = "jdbc:postgresql://storage:5432/siprp"; //testes
// String connectionURL = "jdbc:postgresql://storage:5432/siprp_20100629"; //testes
String connectionURL = "jdbc:postgresql://localhost:5436/siprp"; //real
String User = "postgres";
String User = "siprp";
String Pass = null;
Connection connection = null;

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

Loading…
Cancel
Save