mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-27 20:49:56 +00:00
some tests
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user