We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8aa23 commit f7235c4Copy full SHA for f7235c4
frameworks/Kotlin/vertx-web-kotlinx/with-db/r2dbc-common/src/main/kotlin/database/R2dbcOptimized.kt
@@ -8,10 +8,6 @@ import io.r2dbc.postgresql.client.SSLMode
8
import io.r2dbc.spi.ConnectionFactory
9
import java.time.Duration
10
11
-// not used currently
12
-// Note that this URL doesn't have `USER` and `PASSWORD`
13
-const val POSTGRESQL_R2DBC_URL = "r2dbc:postgresql://$HOST:5432/$DATABASE"
14
-
15
// Optimized configuration with TCP settings and connection validation
16
val connectionFactoryOptimized: ConnectionFactory = PostgresqlConnectionFactory(
17
PostgresqlConnectionConfiguration.builder()
0 commit comments