mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-19 17:34:43 +00:00
update pg pool settings
This commit is contained in:
parent
77880c9df2
commit
56878c47d6
|
|
@ -37,6 +37,7 @@ module.exports = {
|
|||
password: Env.get('DB_PASSWORD', ''),
|
||||
database: Env.get('DB_DATABASE', 'adonis')
|
||||
},
|
||||
pool: { min: 0, max: 10 },
|
||||
debug: Env.get('DB_DEBUG', false)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue