From 32f18d1f3356c2f711b2718e6bd5de6eb9096d51 Mon Sep 17 00:00:00 2001 From: Keven Date: Mon, 8 Dec 2025 14:26:58 -0300 Subject: [PATCH] fix(Config): Ajusta o caminho do condig --- config/database/firebird.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/database/firebird.json diff --git a/config/database/firebird.json b/config/database/firebird.json new file mode 100644 index 0000000..70e1644 --- /dev/null +++ b/config/database/firebird.json @@ -0,0 +1,13 @@ +{ + "host": "localhost", + "name": "/home/orius/base/SantaRita/BASE.FDB", + "port": 3050, + "user": "SYSDBA", + "password": "302b3c", + "charset": "UTF8", + "pool" : { + "pre_ping" : true, + "size" : 5, + "max_overflow" :10 + } +} \ No newline at end of file