Skip to content

Commit 5b6232f

Browse files
committed
Update remote content FOLIO-3311
1 parent c3b4c2a commit 5b6232f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_remote/edge-common/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: null
44

55
# edge-common
66

7-
Copyright (C) 2018-2023 The Open Library Foundation
7+
Copyright (C) 2018-2024 The Open Library Foundation
88

99
This software is distributed under the terms of the Apache License,
1010
Version 2.0. See the file "[LICENSE](LICENSE)" for more information.

_remote/folio-vertx-lib/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ Your implementation should only consider upgrade/downgrade. On purge,
135135
## PostgreSQL
136136

137137
The PostgreSQL support is minimal. There's just enough to perform tenant
138-
separation and most environment variables that are also recognized by RMB
138+
separation and most
139+
[`DB_` environment variables that are also recognized by RMB](https://github.com/folio-org/raml-module-builder#environment-variables)
139140
such as `DB_HOST`, `DB_PORT`, `DB_USERNAME`, `DB_PASSWORD`, `DB_DATABASE`,
140-
`DB_MAXPOOLSIZE`, `DB_SERVER_PEM`.
141+
`DB_MAXPOOLSIZE`, `DB_RECONNECTATTEMPTS`, `DB_RECONNECTINTERVAL`, `DB_SERVER_PEM`.
141142

142143
The class [TenantPgPool](core/src/main/java/org/folio/tlib/postgres/TenantPgPool.java) is
143144
a small extension to the PgPool interface. The key method is `TenantPgPool.pool`

0 commit comments

Comments
 (0)