mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
test: 💚 Fix wrong config value causing CI tests to fail
This commit is contained in:
parent
3e43d130a0
commit
534a6136c1
2
.github/config.workflow.toml
vendored
2
.github/config.workflow.toml
vendored
|
|
@ -38,7 +38,7 @@ rules = [
|
|||
]
|
||||
|
||||
[http]
|
||||
base_url = "https://0.0.0.0:8080"
|
||||
base_url = "http://0.0.0.0:8080"
|
||||
bind = "0.0.0.0"
|
||||
bind_port = "8080"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue