Skip to content

Commit

Permalink
Rename hikari pool
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Jan 17, 2025
1 parent 6bde09d commit 8bd022e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ open class JdbcModule(

open val hikariConfig by lazy {
HikariConfig().apply {
poolName = "kotbot-hikari-pool"
dataSourceClassName = PGSimpleDataSource::class.qualifiedName
username = configuration.user
password = configuration.password
Expand Down

0 comments on commit 8bd022e

Please sign in to comment.