aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration/storage-providers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/storage-providers.md')
-rw-r--r--docs/configuration/storage-providers.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/configuration/storage-providers.md b/docs/configuration/storage-providers.md
index 8aad7a55..78522913 100644
--- a/docs/configuration/storage-providers.md
+++ b/docs/configuration/storage-providers.md
@@ -100,10 +100,13 @@ README](https://github.com/brettwooldridge/HikariCP).
``` yaml
connection-pool-settings:
- maximum-pool-size: 8
- minimum-idle: 8
- maximum-lifetime: 1800000
- connection-timeout: 5000
+ minimum-idle: 8
+ maximum-pool-size: 8
+ connection-timeout: 5000
+ idle-timeout: 600000
+ keepalive-time: 0
+ maximum-lifetime: 1800000
+ data-source-properties: {}
table-prefix: "quests_"
```