mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(federation): ✨ Add bridge tokens, federation request debugging
This commit is contained in:
parent
673b7d0bae
commit
eab61b38f1
5 changed files with 122 additions and 22 deletions
|
|
@ -527,6 +527,13 @@ export const configValidator = z.object({
|
|||
)
|
||||
.default({}),
|
||||
}),
|
||||
debug: z
|
||||
.object({
|
||||
federation: z.boolean().default(false),
|
||||
})
|
||||
.default({
|
||||
federation: false,
|
||||
}),
|
||||
});
|
||||
|
||||
export type Config = z.infer<typeof configValidator>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue