diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf index 34e2efd..9fb34f5 100644 --- a/src/main/resources/reference.conf +++ b/src/main/resources/reference.conf @@ -27,8 +27,11 @@ me.arcanis.ffxivbis { profile = "slick.jdbc.PostgresProfile$" db { url = "jdbc:postgresql://localhost/ffxivbis" - user = "user" - password = "password" + user = "ffxivbis" + password = "ffxivbis" + + connectionPool = disabled + keepAliveConnection = yes } numThreads = 10 } @@ -48,7 +51,7 @@ me.arcanis.ffxivbis { web { # address to bind, string, required - host = "0.0.0.0" + host = "127.0.0.1" # port to bind, int, required port = 8000 } diff --git a/version.sbt b/version.sbt index 5653854..29e696e 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version := "0.9.2" +version := "0.9.3"