mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 09:47:18 +00:00
postgres config update
This commit is contained in:
parent
69d35c95d9
commit
0a71a98482
@ -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
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
version := "0.9.2"
|
version := "0.9.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user