mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 18:13:26 +00:00
fix bugs + add a lot of endpoints
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
@@ -42,4 +42,10 @@ export const configSchema = z.object({
|
||||
// session secret. used for signing session tokens
|
||||
sessionSecret: z.string().min(32),
|
||||
}),
|
||||
meta: z.object({
|
||||
// name and description of this backend
|
||||
// this is displayed to the client when making an account
|
||||
name: z.string().min(1),
|
||||
description: z.string().min(1).optional(),
|
||||
}),
|
||||
});
|
||||
|
Reference in New Issue
Block a user