mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-05 06:15:17 -05:00
![Patrick Cloke](/assets/img/avatar_default.png)
This removes the magic allowing accessing configurable variables directly from the config object. It is now required that a specific configuration class is used (e.g. `config.foo` must be replaced with `config.server.foo`).