mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-24 17:27:17 +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$"
|
||||
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
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
version := "0.9.2"
|
||||
version := "0.9.3"
|
||||
|
Loading…
Reference in New Issue
Block a user