[server]
address = "127.0.0.1:1808"
force_path_parameter = true
log_upstream_response = false
global_request_middleware = []
global_response_middleware = []
[destinations.posts]
name = "posts"
url = "127.0.0.1:2908"
routes = []
[[destinations.posts.middleware]]
type = "Inbound"
name = "ShortCircuitInbound"
[[plugins]]
builtin = { name = "ShortCircuitInbound" }