mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-02 15:24:16 +00:00
Make imagor optional
This commit is contained in:
@@ -52,6 +52,7 @@ export interface ConfigValue {
|
||||
endpointPrivate: string | null;
|
||||
resizeHeightMax: number | null;
|
||||
resizeWidthMax: number | null;
|
||||
imagorServerUrl: string | null;
|
||||
};
|
||||
api: {
|
||||
defaultVersion: string;
|
||||
@@ -222,6 +223,7 @@ export const DefaultConfigOptions: ConfigValue = {
|
||||
endpointPublic: null,
|
||||
resizeHeightMax: 1000,
|
||||
resizeWidthMax: 1000,
|
||||
imagorServerUrl: null,
|
||||
},
|
||||
api: {
|
||||
defaultVersion: "9",
|
||||
|
||||
Reference in New Issue
Block a user