Update config
This commit is contained in:
@@ -29,8 +29,8 @@ class PersistenceModule {
|
||||
val hikariConfig = HikariConfig().also {
|
||||
it.jdbcUrl = conf.jdbcUrl
|
||||
it.driverClassName = "org.h2.Driver"
|
||||
it.username = conf.username
|
||||
it.password = conf.password
|
||||
it.username = ""
|
||||
it.password = ""
|
||||
it.maximumPoolSize = conf.maximumPoolSize
|
||||
it.connectionTimeout = conf.connectionTimeout
|
||||
it.dataSourceProperties["CASE_INSENSITIVE_IDENTIFIERS"] = "TRUE"
|
||||
|
||||
Reference in New Issue
Block a user