mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04: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;
|
heartbeatTimeout: number;
|
||||||
tooBusyLag: number;
|
tooBusyLag: number;
|
||||||
documentMaxLength: number;
|
documentMaxLength: number;
|
||||||
imageUploadType: string;
|
imageUploadType: 'azure' | 'filesystem' | 'imgur' | 'lutim' | 'minio' | 's3';
|
||||||
lutim?: {
|
lutim?: {
|
||||||
url: string;
|
url: string;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue