monitoring-api/config/database/firebird_exemple.json
2025-10-06 09:30:41 -03:00

13 lines
No EOL
233 B
JSON

{
"host": "localhost",
"name": "D:/Orius/Base/CAIAPONIA.FDB",
"port": 3050,
"user": "SYSDBA",
"password": "master!orius",
"charset": "UTF8",
"pool" : {
"pre_ping" : true,
"size" : 5,
"max_overflow" :10
}
}