summary refs log tree commit diff
path: root/src/util/config/Config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/config/Config.ts')
-rw-r--r--src/util/config/Config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/config/Config.ts b/src/util/config/Config.ts

index 90b98b7a..0b3a4152 100644 --- a/src/util/config/Config.ts +++ b/src/util/config/Config.ts
@@ -38,6 +38,7 @@ import { SentryConfiguration, TemplateConfiguration, } from "../config"; +import { FederationConfiguration } from "./types/FederationConfiguration"; export class ConfigValue { gateway: EndpointConfiguration = new EndpointConfiguration(); @@ -61,4 +62,5 @@ export class ConfigValue { email: EmailConfiguration = new EmailConfiguration(); passwordReset: PasswordResetConfiguration = new PasswordResetConfiguration(); + federation = new FederationConfiguration(); }