Versionar firebird.json

This commit is contained in:
Kenio 2025-11-14 08:09:58 -03:00
parent f237aaffe0
commit 2c183fe608

View file

@ -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
}
}