fix(Config): Ajusta o caminho do condig
This commit is contained in:
parent
83f14cd442
commit
32f18d1f33
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": "localhost",
|
||||
"name": "/home/orius/base/SantaRita/BASE.FDB",
|
||||
"port": 3050,
|
||||
"user": "SYSDBA",
|
||||
"password": "302b3c",
|
||||
"charset": "UTF8",
|
||||
"pool" : {
|
||||
"pre_ping" : true,
|
||||
"size" : 5,
|
||||
"max_overflow" :10
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue