Versionar firebird.json
This commit is contained in:
parent
f237aaffe0
commit
2c183fe608
1 changed files with 13 additions and 0 deletions
13
config/database/firebird.json
Normal file
13
config/database/firebird.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue