Skip to content

Commit

Permalink
Fix docker compose PGRST_SERVER_TIMING_ENABLED contains true
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Jan 12, 2024
1 parent 682c68a commit 0dd6410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
PGRST_DB_POOL: 20
PGRST_DB_URI: ${PGRST_DB_URI}
PGRST_JWT_SECRET: ${PGRST_JWT_SECRET}
PGRST_SERVER_TIMING_ENABLED: True
PGRST_SERVER_TIMING_ENABLED: 1
PGRST_DB_MAX_ROWS: 500
PGRST_JWT_CACHE_MAX_LIFETIME: 3600
depends_on:
Expand Down

0 comments on commit 0dd6410

Please sign in to comment.