Increase the amount of max connections to the database

This commit is contained in:
Antonio Scandurra 2023-03-10 09:54:57 +01:00
parent b40ea4df14
commit 8b7273e46e
6 changed files with 8 additions and 1 deletions

View file

@ -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/"