Increase the amount of max connections to the database
This commit is contained in:
parent
b40ea4df14
commit
8b7273e46e
6 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
DATABASE_URL = "postgres://postgres@localhost/zed"
|
||||
DATABASE_MAX_CONNECTIONS = 5
|
||||
HTTP_PORT = 8080
|
||||
API_TOKEN = "secret"
|
||||
INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue