Update base_url and bind in config.workflow.toml

This commit is contained in:
Jesse Wierzbinski 2024-03-12 08:33:17 -10:00
parent 986cc8a89c
commit b8d2f8a940
No known key found for this signature in database

View file

@ -38,8 +38,8 @@ rules = [
] ]
[http] [http]
base_url = "https://lysand.localhost:8080" base_url = "https://0.0.0.0:8080"
bind = "http://localhost" bind = "0.0.0.0"
bind_port = "8080" bind_port = "8080"
# Bans IPv4 or IPv6 IPs (wildcards, networks and ranges are supported) # Bans IPv4 or IPv6 IPs (wildcards, networks and ranges are supported)