mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Update base_url and bind in config.workflow.toml
This commit is contained in:
parent
986cc8a89c
commit
b8d2f8a940
4
.github/config.workflow.toml
vendored
4
.github/config.workflow.toml
vendored
|
|
@ -38,8 +38,8 @@ rules = [
|
|||
]
|
||||
|
||||
[http]
|
||||
base_url = "https://lysand.localhost:8080"
|
||||
bind = "http://localhost"
|
||||
base_url = "https://0.0.0.0:8080"
|
||||
bind = "0.0.0.0"
|
||||
bind_port = "8080"
|
||||
|
||||
# Bans IPv4 or IPv6 IPs (wildcards, networks and ranges are supported)
|
||||
|
|
|
|||
Loading…
Reference in a new issue