Commit e7081a30237bf993b9276cdf03c3af189cea6dd9
1 parent
1767c818
Exists in
master
configuraçao de ip e senha
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
WebContent/WEB-INF/conexao.properties
1 | driver = org.postgresql.Driver | 1 | driver = org.postgresql.Driver |
2 | user = postgres | 2 | user = postgres |
3 | senha = postgres | 3 | senha = postgres |
4 | -url = jdbc:postgresql://localhost:5432/relatorioCircunstanciado | 4 | +url = jdbc:postgresql://10.209.60.108:5432/relatorioCircunstanciado |
5 | 5 | ||
6 | #driver = org.postgresql.Driver | 6 | #driver = org.postgresql.Driver |
7 | #user = postgres | 7 | #user = postgres |