Update postgrest PGRST_DB_POOL to the connections limit of api_anonymous role

This commit is contained in:
xbgmsharp
2023-11-23 17:42:34 +01:00
parent c5f1b85a16
commit 22c69a2fd9

View File

@@ -45,6 +45,7 @@ services:
PGRST_DB_ANON_ROLE: api_anonymous
PGRST_OPENAPI_SERVER_PROXY_URI: http://127.0.0.1:3000
PGRST_DB_PRE_REQUEST: public.check_jwt
PGRST_DB_POOL: 20
PGRST_DB_URI: ${PGRST_DB_URI}
PGRST_JWT_SECRET: ${PGRST_JWT_SECRET}
depends_on: