mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-18 21:07:48 -04:00
Add meow config section
This commit is contained in:
parent
244bff4edd
commit
1fb9c17968
2 changed files with 47 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
from ._base import RootConfig
|
||||
from .meow import MeowConfig
|
||||
from .api import ApiConfig
|
||||
from .appservice import AppServiceConfig
|
||||
from .cache import CacheConfig
|
||||
|
@ -56,6 +57,7 @@ from .workers import WorkerConfig
|
|||
class HomeServerConfig(RootConfig):
|
||||
|
||||
config_classes = [
|
||||
MeowConfig,
|
||||
ServerConfig,
|
||||
TlsConfig,
|
||||
FederationConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue