some tests

This commit is contained in:
2019-10-24 08:20:03 +03:00
parent d1001ffb8e
commit b228595a1b
28 changed files with 551 additions and 47 deletions

View File

@ -22,6 +22,16 @@ me.arcanis.ffxivbis {
}
numThreads = 10
}
postgresql {
profile = "slick.jdbc.PostgresProfile$"
db {
url = "jdbc:postgresql://localhost/ffxivbis"
user = "user"
password = "password"
}
numThreads = 10
}
}
settings {