Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dockers/examples/cluster/.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ PUBLIC_DATABASE_PROXY=127.0.0.1:42345
#PRISMA_TRANSACTION_TIMEOUT=60000
# Maximum time (ms) to wait to acquire a transaction from the pool. Default: 2000
#PRISMA_TRANSACTION_MAX_WAIT=5000
# Maximum time (ms) to wait for API based calls to complete.
# Useful when encountering Prisma timeouts during export.
# Adjust using small increments as needed.
# Default: 60000
#BIG_TRANSACTION_TIMEOUT=120000

BACKEND_CACHE_PROVIDER=redis
BACKEND_CACHE_REDIS_URI=redis://default:${POSTGRES_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/${REDIS_DB}
Expand Down
5 changes: 5 additions & 0 deletions dockers/examples/standalone/.env
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ PUBLIC_DATABASE_PROXY=127.0.0.1:42345
#PRISMA_TRANSACTION_TIMEOUT=60000
# Maximum time (ms) to wait to acquire a transaction from the pool. Default: 2000
#PRISMA_TRANSACTION_MAX_WAIT=5000
# Maximum time (ms) to wait for API based calls to complete.
# Useful when encountering Prisma timeouts during export.
# Adjust using small increments as needed.
# Default: 60000
#BIG_TRANSACTION_TIMEOUT=120000

# Need to support sending emails to enable the following configurations
# You need to modify the configuration according to the actual situation, otherwise it will not be able to send emails correctly.
Expand Down