mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
add more shit idk
This commit is contained in:
parent
1027eada7c
commit
8946d4593c
6 changed files with 121 additions and 6 deletions
|
|
@ -12,6 +12,20 @@ export interface ConfigType {
|
|||
port: number;
|
||||
base_url: string;
|
||||
};
|
||||
validation: {
|
||||
max_displayname_size: number;
|
||||
max_bio_size: number;
|
||||
max_username_size: number;
|
||||
max_note_size: number;
|
||||
max_media_size: number;
|
||||
max_media_attachments: number;
|
||||
max_media_description_size: number;
|
||||
|
||||
username_blacklist: string[];
|
||||
blacklist_tempmail: boolean;
|
||||
email_blacklist: string[];
|
||||
url_scheme_whitelist: string[];
|
||||
};
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue