mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-09-18 16:54:37 -04:00
Allow configuration of Synapse's cache without using synctl or environment variables (#6391)
This commit is contained in:
parent
a8580c5f19
commit
7cb8b4bc67
32 changed files with 620 additions and 146 deletions
|
@ -17,6 +17,7 @@
|
|||
from ._base import RootConfig
|
||||
from .api import ApiConfig
|
||||
from .appservice import AppServiceConfig
|
||||
from .cache import CacheConfig
|
||||
from .captcha import CaptchaConfig
|
||||
from .cas import CasConfig
|
||||
from .consent_config import ConsentConfig
|
||||
|
@ -55,6 +56,7 @@ class HomeServerConfig(RootConfig):
|
|||
config_classes = [
|
||||
ServerConfig,
|
||||
TlsConfig,
|
||||
CacheConfig,
|
||||
DatabaseConfig,
|
||||
LoggingConfig,
|
||||
RatelimitConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue