test: 💚 Fix wrong config value causing CI tests to fail

This commit is contained in:
Jesse Wierzbinski 2024-04-16 22:40:54 -10:00
parent 3e43d130a0
commit 534a6136c1
No known key found for this signature in database

View file

@ -38,7 +38,7 @@ rules = [
] ]
[http] [http]
base_url = "https://0.0.0.0:8080" base_url = "http://0.0.0.0:8080"
bind = "0.0.0.0" bind = "0.0.0.0"
bind_port = "8080" bind_port = "8080"