From 32f699c254e6226b410f9dd1945d3b1e6498d39e Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Tue, 3 May 2022 11:03:46 +0100 Subject: [PATCH] Rename field --- setup/config/config_global.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/config/config_global.go b/setup/config/config_global.go index ff8606956..c827d1da4 100644 --- a/setup/config/config_global.go +++ b/setup/config/config_global.go @@ -39,7 +39,7 @@ type Global struct { // connections will be used instead. This way we don't have to manage connection // counts on a per-component basis, but can instead do it for the entire monolith. // In a polylith deployment, this will be ignored. - DatabaseOptions *DatabaseOptions `yaml:"database_options"` + DatabaseOptions *DatabaseOptions `yaml:"database"` // The server name to delegate server-server communications to, with optional port WellKnownServerName string `yaml:"well_known_server_name"`