From 68b34f03673d930d0c524494957d284a51ca1732 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Fri, 12 Sep 2025 11:43:16 -0300 Subject: [PATCH] fix(Config): Ajustando dados de acesso banco de dados --- config/database/firebird.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database/firebird.json b/config/database/firebird.json index 3eafc83..d850a3b 100644 --- a/config/database/firebird.json +++ b/config/database/firebird.json @@ -1,5 +1,5 @@ { - "host": "localhost", + "host": "185.139.1.35", "name": "CARTORIO", "port": 3050, "user": "SYSDBA",