mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Fix wrong host in config
This commit is contained in:
parent
43f36964c1
commit
1fb1bbd5f1
2
.github/config.workflow.toml
vendored
2
.github/config.workflow.toml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
[database]
|
[database]
|
||||||
host = "localhost"
|
host = "postgres"
|
||||||
port = 5432
|
port = 5432
|
||||||
username = "lysand"
|
username = "lysand"
|
||||||
password = "lysand"
|
password = "lysand"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue