Commit e7081a30237bf993b9276cdf03c3af189cea6dd9

Authored by gibransodre
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 1 driver = org.postgresql.Driver
2 2 user = postgres
3 3 senha = postgres
4   -url = jdbc:postgresql://localhost:5432/relatorioCircunstanciado
  4 +url = jdbc:postgresql://10.209.60.108:5432/relatorioCircunstanciado
5 5  
6 6 #driver = org.postgresql.Driver
7 7 #user = postgres
... ...