mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
f4b1a9a527
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`). |
||
---|---|---|
.. | ||
__init__.py | ||
test_base.py | ||
test_cache.py | ||
test_database.py | ||
test_generate.py | ||
test_load.py | ||
test_ratelimiting.py | ||
test_room_directory.py | ||
test_server.py | ||
test_tls.py | ||
test_util.py |