monitoring-api/config/database/firebird.json

13 lines
No EOL
214 B
JSON

{
"host": "185.139.1.35",
"name": "CARTORIO",
"port": 3050,
"user": "SYSDBA",
"password": "masterkey",
"charset": "UTF8",
"pool" : {
"pre_ping" : true,
"size" : 5,
"max_overflow" :10
}
}