diff --git a/config/database/firebird.json b/config/database/firebird.json new file mode 100644 index 0000000..68d1f4c --- /dev/null +++ b/config/database/firebird.json @@ -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 + } +} \ No newline at end of file