Skip to content

Commit

Permalink
Actually use selected dbDriver for database connection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed May 18, 2024
1 parent 3d69f0a commit 537ca4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class OnTimePlugin(
logger.info("Using database driver $dbDriver")
Database.connect(
registry[onTimeKeys.DB_URL],
driver = "org.postgresql.Driver",
driver = dbDriver,
user = registry[onTimeKeys.DB_USER],
password = registry[onTimeKeys.DB_PASSWORD],
)
Expand Down

0 comments on commit 537ca4e

Please sign in to comment.