From 29a20d1da7a7f4a04d1e456d72e49424d45d5f4c Mon Sep 17 00:00:00 2001 From: Kegsay Date: Fri, 5 Jun 2020 09:28:15 +0100 Subject: General cleanup when making components (#1098) * Remove ParseMonolith/LoadMonolith * cleanup which components need to be made --- cmd/dendrite-monolith-server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/dendrite-monolith-server') diff --git a/cmd/dendrite-monolith-server/main.go b/cmd/dendrite-monolith-server/main.go index 78919f2b..57e8f66f 100644 --- a/cmd/dendrite-monolith-server/main.go +++ b/cmd/dendrite-monolith-server/main.go @@ -49,7 +49,7 @@ var ( ) func main() { - cfg := basecomponent.ParseMonolithFlags() + cfg := basecomponent.ParseFlags(true) if *enableHTTPAPIs { // If the HTTP APIs are enabled then we need to update the Listen // statements in the configuration so that we know where to find -- cgit v1.2.3