dendrite/setup
Neil Alexander 3ea000947e
Configuration tweaks (#2567)
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
2022-09-12 15:03:28 +01:00
..
base Fix race condition on startup (#2679) 2022-09-12 15:03:18 +01:00
config Configuration tweaks (#2567) 2022-09-12 15:03:28 +01:00
jetstream Refactor appservices component (#2687) 2022-09-12 15:03:28 +01:00
mscs Configuration tweaks (#2567) 2022-09-12 15:03:28 +01:00
process Switch to stdlib atomic 2022-09-12 14:59:25 +01:00
flags.go Add restrictions for open registration (#2402) 2022-04-29 09:31:11 +02:00
monolith.go Clean up interface definitions (#2427) 2022-05-06 12:39:26 +01:00