From 97f1d25183f1a33cd74dfb76a5d565a958d8ed1b Mon Sep 17 00:00:00 2001 From: keven Date: Wed, 17 Sep 2025 12:30:16 -0300 Subject: [PATCH] =?UTF-8?q?fix(Gitignore):=20remove=20arquivos=20tempor?= =?UTF-8?q?=C3=A1rios=20do=20versionamento?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/database/firebird.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config/database/firebird.json diff --git a/config/database/firebird.json b/config/database/firebird.json deleted file mode 100644 index ecc9c46..0000000 --- a/config/database/firebird.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "host": "localhost", - "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