From 2c183fe6084a70ddaf1f776beeac5b024f3d3bf1 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Fri, 14 Nov 2025 08:09:58 -0300 Subject: [PATCH] Versionar firebird.json --- 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..68d1f4c --- /dev/null +++ b/config/database/firebird.json @@ -0,0 +1,13 @@ +{ + "host": "127.0.0.1", + "name": "CARTORIO", + "port": 3050, + "user": "SYSDBA", + "password": "masterkey", + "charset": "UTF8", + "pool" : { + "pre_ping" : true, + "size" : 5, + "max_overflow" :10 + } +} \ No newline at end of file