mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
51d229b025
This makes the following changes: * The various `Defaults` functions are now responsible for setting sane defaults if `generate` is specified, rather than hiding them in `generate-config` * Some configuration options have been marked as `omitempty` so that they don't appear in generated configs unnecessarily (monolith-specific vs. polylith-specific options) * A new option `-polylith` has been added to `generate-config` to create a config that makes sense for polylith deployments (i.e. including the internal/external API listeners and per-component database sections) * A new option `-normalise` has been added to `generate-config` to take an existing file and add any missing options and/or defaults |
||
---|---|---|
.. | ||
config_appservice.go | ||
config_clientapi.go | ||
config_federationapi.go | ||
config_global.go | ||
config_jetstream.go | ||
config_keyserver.go | ||
config_mediaapi.go | ||
config_mscs.go | ||
config_roomserver.go | ||
config_syncapi.go | ||
config_test.go | ||
config_userapi.go | ||
config.go |