From f539ac266ca5a068d59493348036ba148d43507b Mon Sep 17 00:00:00 2001 From: Keven Date: Mon, 8 Dec 2025 14:33:46 -0300 Subject: [PATCH] fix(Config): Ajusta o caminho do condig --- 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 70e1644..bec9bfb 100644 --- a/config/database/firebird.json +++ b/config/database/firebird.json @@ -1,6 +1,6 @@ { "host": "localhost", - "name": "/home/orius/base/SantaRita/BASE.FDB", + "name": "/database/BASE.FDB", "port": 3050, "user": "SYSDBA", "password": "302b3c",