Rename field

This commit is contained in:
Neil Alexander 2022-05-03 11:03:46 +01:00
parent 8fbcf73503
commit 32f699c254
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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"`