mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
bc2a0ac039
* feat(core): database connection timeout env overwrite support (#6187) * chore: add changeset --------- Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
8 lines
369 B
Markdown
8 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.
|