mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 11:44:11 -04:00
Merge branch 'social_login' into develop
This commit is contained in:
commit
7fa1346f93
9 changed files with 230 additions and 21 deletions
|
@ -9,6 +9,7 @@ from synapse.config import (
|
|||
consent_config,
|
||||
database,
|
||||
emailconfig,
|
||||
experimental,
|
||||
groups,
|
||||
jwt_config,
|
||||
key,
|
||||
|
@ -49,6 +50,7 @@ def path_exists(file_path: str): ...
|
|||
|
||||
class RootConfig:
|
||||
server: server.ServerConfig
|
||||
experimental: experimental.ExperimentalConfig
|
||||
tls: tls.TlsConfig
|
||||
database: database.DatabaseConfig
|
||||
logging: logger.LoggingConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue