mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
feat: take postgres max conn from connection url
This commit is contained in:
parent
2cff45875f
commit
d4a3422281
@ -2,4 +2,4 @@ ENV=debug
|
||||
PORT=3000
|
||||
SEED_DB=true
|
||||
IS_RATE_LIMITER_ENABLED=true
|
||||
POSTGRES_URL=postgres://localhost/micrach
|
||||
POSTGRES_URL=postgres://localhost/micrach?pool_max_conns=5
|
Loading…
Reference in New Issue
Block a user