Some basic tests and config

This commit is contained in:
eikek
2022-03-21 00:10:28 +01:00
parent 029335e607
commit fef00bdfb5
12 changed files with 385 additions and 41 deletions

View File

@ -256,7 +256,7 @@ object JoexTasks {
if (cfg.fullTextSearch.enabled)
Resource.pure[F, FtsClient[F]](
new PsqlFtsClient[F](
PsqlConfig(cfg.jdbc.url, cfg.jdbc.user, Password(cfg.jdbc.password)),
PsqlConfig.defaults(cfg.jdbc.url, cfg.jdbc.user, Password(cfg.jdbc.password)),
store.transactor
)
)