From e7081a30237bf993b9276cdf03c3af189cea6dd9 Mon Sep 17 00:00:00 2001 From: gibransodre Date: Mon, 10 Oct 2016 14:11:27 -0300 Subject: [PATCH] configuraƧao de ip e senha --- WebContent/WEB-INF/conexao.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/WEB-INF/conexao.properties b/WebContent/WEB-INF/conexao.properties index c639dac..4802b43 100644 --- a/WebContent/WEB-INF/conexao.properties +++ b/WebContent/WEB-INF/conexao.properties @@ -1,7 +1,7 @@ driver = org.postgresql.Driver user = postgres senha = postgres -url = jdbc:postgresql://localhost:5432/relatorioCircunstanciado +url = jdbc:postgresql://10.209.60.108:5432/relatorioCircunstanciado #driver = org.postgresql.Driver #user = postgres -- libgit2 0.21.2