mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
9 lines
369 B
Markdown
9 lines
369 B
Markdown
|
---
|
||
|
"@logto/shared": patch
|
||
|
"@logto/core": patch
|
||
|
---
|
||
|
|
||
|
add environment variable to override default database connection timeout
|
||
|
|
||
|
By default, out database connection timeout is set to 5 seconds, which might not be enough for some network conditions. This change allows users to override the default value by setting the `DATABASE_CONNECTION_TIMEOUT` environment variable.
|