Without this, the reitit tests fail in the multi-machine benchmark setup, since the wrk client runs on a different machine than the application server.
@@ -30,4 +30,4 @@
(println banner)
(System/exit 0))
- (web/run app {:host "localhost" :port port})))
+ (web/run app {:host "0.0.0.0" :port port})))