mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-13 12:12:50 +00:00
changed imageUploadType to an UnionType of all the possible uploadTypes
Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
7125072fc5
commit
5c8541e65d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export interface Config {
|
|||
heartbeatTimeout: number;
|
||||
tooBusyLag: number;
|
||||
documentMaxLength: number;
|
||||
imageUploadType: string;
|
||||
imageUploadType: 'azure' | 'filesystem' | 'imgur' | 'lutim' | 'minio' | 's3';
|
||||
lutim?: {
|
||||
url: string;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue