postgres config update

This commit is contained in:
Evgenii Alekseev 2019-11-03 15:48:05 +03:00
parent 69d35c95d9
commit 0a71a98482
2 changed files with 7 additions and 4 deletions

View File

@ -27,8 +27,11 @@ me.arcanis.ffxivbis {
profile = "slick.jdbc.PostgresProfile$" profile = "slick.jdbc.PostgresProfile$"
db { db {
url = "jdbc:postgresql://localhost/ffxivbis" url = "jdbc:postgresql://localhost/ffxivbis"
user = "user" user = "ffxivbis"
password = "password" password = "ffxivbis"
connectionPool = disabled
keepAliveConnection = yes
} }
numThreads = 10 numThreads = 10
} }
@ -48,7 +51,7 @@ me.arcanis.ffxivbis {
web { web {
# address to bind, string, required # address to bind, string, required
host = "0.0.0.0" host = "127.0.0.1"
# port to bind, int, required # port to bind, int, required
port = 8000 port = 8000
} }

View File

@ -1 +1 @@
version := "0.9.2" version := "0.9.3"