This repository was archived by the owner on Oct 8, 2025. It is now read-only.
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
jdbcUrl configuration is always overridden by concatenation #52
A client can't set the postgrest
jdbcUrlproperty; it is always overridden to be a concatenation of the host, port, and databaseName.If a client sets the
jdbcUrl, we shouldn't set it.